coneno, to Flutter

QuikFlow is now available for Windows 🚀🪟

Create flowcharts with a mind mapping workflow!

Available on the Microsoft Store and the Mac App Store:

https://apps.microsoft.com/detail/9mwmkls09tgz

https://apps.apple.com/us/app/quikflow/id1626354390

zeioth, to ubuntu Spanish

I seriously don't get how a popular distro as don't have or on its repositories.

This is why I don't use distros without a user repository.

People get pedantic insulting users, but truth is you can find anything on (arch user repository)

Anything that doesn't exist on the oficial repos, users can upload it and maintain it.

hankg, to Flutter

I had trouble getting a VerticalDivider to show up in a toolbar. It's because the Row didn't have any explicit height. There are two solutions: wrap it in a SizedBox, or wrap the row in an IntrinsicHeight. The latter can have performance penalties deep in the widget tree.

foxanna, to Flutter

I recently posted a lot about using code generation with build_runner for productive #Dart and #Flutter development. Now that I am working on an in-depth article on this topic, I'd like to ask for your input. What questions do you have or what particular aspects do you struggle with? Let me know in the comments!

In the meantime, I thought I’d gather 5️⃣ useful resources I previously shared about code generation in a single thread below.

shalien, to Flutter French
@shalien@projetretro.io avatar

🇫🇷 Et soudain je me dit que je vais devoir faire du build_runner

🇬🇧 And suddenly build_runner seems the solution

filiph, to Flutter
@filiph@mastodon.social avatar

I think Flutter needs an audio engine plugin (as opposed to an audio player plugin). For mixing, gapless loops, effects, streaming, performance. Something that can easily support a game (or an immersive app).

Before I go ahead with something nobody will use or that I won't be able to maintain, I want to gauge interest within the community, and ideally stir up some excitement. Here: https://filiph.net/fmod/

shalien, to random
@shalien@projetretro.io avatar

I will take the last five minutes of my break to make a smoll callback on vs

IMO; was made with influencers in minds since it deeply connect with , etc .I perfectly see it being using during a live and answering asap a question is asked.

Retrospring and on the others feel more like a way to open to peoples without pressuring anything. The UI remember me of liberapay, simple, straighforward. And you can actually customize it using simple css. 1/?

shalien,
@shalien@projetretro.io avatar

On the others NGL interface (only mobile app) look like a mashup between iOS UI code (bottom scroll for choices) and Android 4.3 theming. If think I could get something more natural using
.
Restrospring doesn't have a mobile app at all and , well who care? The website is enough indeed and responsive. And the mobile version is quite well made.

So ofc, my choice is biaised toward retrospring, the UI, the privacy features, the customization, it's something made to be ... 2/?

hankg, to Flutter

Does anyone know if there is an implementation of the Ribbon Interface in yet? Scouring pub.dev I'm not finding it but it wouldn't be the first time the search engine failed me, especially with such a common name.
graphical user interface element

hankg, to Flutter

I never realized you could check type with switch and if-case statements, but there is some nuance there. I also never did but see why it is generally not a good idea to use the runtimeType of an object to do a similar comparison
Dart .runtimeType Caution!

hankg, to Flutter

I often run my Flutter apps on my Mac and Linux desktops even beyond debugging but they are essentially the mobile app UI/UX running in a desktop window. I have an unwieldy spreadsheet "app" I have decided to convert to some Dart/Flutter code. I was originally going to just do my usual dev process but now I'm thinking I may try to make a legit desktop version of it. I'm curious to see where things are with respect to features like menus, toolbars, MDI (if I chose to do that), etc. I haven't explored true desktop UI/UX in Flutter since Flutter Desktop first hit beta back in 2021 so this should be interesting :).

khalidabuhakmeh, to chinese
@khalidabuhakmeh@mastodon.social avatar
cryptax, to android
@cryptax@mastodon.social avatar

Interesting. This is how an Android/MoneyMonger detects if ADB is enabled or not: it looks for development settings. This is not a new technique, but I rarely see it in malware.

itnewsbot, to Flutter

Steamboat Willie Never Sounded Better - Mickey Mouse’s introduction to the world was the 1928 cartoon, Steamboat Willie. N... - https://hackaday.com/2024/01/24/steamboat-willie-never-sounded-better/

constantorbit, to iOS
@constantorbit@hachyderm.io avatar

Not sure how wide my tech reach is here on the fedi (boosts appreciated!), but:

I'm exploring a personal side project and trying to decide stack/platform

It needs a reliable (but pretty simple) app, and must be able to do notifications. I'd like to do + .

Can this be done with a ? I see people saying yes, people saying no. Would be my pref.

Sort of thinking my options are:

🙏

matdevdug, to apple
@matdevdug@c.im avatar

It’s interesting to see the (not final) list of apps for and not get a sense that the era of companies scrambling to get their apps on the new platform is over. It feels like after the disaster that was third party apps, with bad performance and sluggish adoption, that companies are much more comfortable taking a wait and see approach to this product.

I wonder for a lot of them they are simply going to wait until or the other cross platform app platforms adopt it and then decide from there. https://daringfireball.net/linked/2024/01/19/youtube-spotify-vision-pro

TDP4, to Flutter

Flutter demo achieved. I click, it counts. Ok, can I get to the part where I build an app now from my prototype in bash?

braid, to macos
@braid@alpaka.social avatar

A dev environment managed by nix for clean CI builds ? More likely than you think !

hankg, to Flutter

According to appfigures.com Flutter is now #2 SDK on Android and #4 on Apple Store. Since and are my main dev stacks I'm stoked. I'm posting this on to the via my own app written in Flutter no less :).

appfigures.com/top-sdks/develo…

hankg,

@trematerra I have explored that a bit but haven't tried more than "hello world" level stuff with it. I do have their Version 1.2 keynote in my YouTube queue for when it goes live in a few days though :)

youtu.be/AmHZP6T1NdQ?si=yHTaA4…

itnewsbot, to Podcasts

FLOSS Weekly Episode 765: That Ship Sailed… and Sank - This week Jonathan Bennett and Aaron Newcomb talk with Randal Schwartz, the longes... - https://hackaday.com/2024/01/09/floss-weekly-episode-765-that-ship-sailed-and-sank/

Mattmole, to python

In this month's Linux Format, I cover how to create a cross platform app (including Linux, Windows and Android) using Python and the excellent Kivy framework.

https://www.magazinesdirect.com/az-single-issues/6937009/linux-format-magazine-single-issue.thtml

@kivyframework @linuxformat

amunizp,
@amunizp@fosstodon.org avatar

@Mattmole

Thank you!
!! I now feel like a traitor for attempting to learn seems to make more sense to me.
@kivyframework @linuxformat

hankg, to Flutter

An interesting article on benchmarks that shows Dart is by no means the fastest but holds its own fine among the major languages. I have an implementation of the 1brc that I need to share. Sadly in that case the best I could get was as fast as Java single threaded.
How fast is your programming language? New contest and benchmarks spark debate • DEVCLASS

mona, to programming

Looking for a full-time job - anyone looking to hire a Developer?

My Skillsets

Frontend - React, NextJS, Svelte, Wordpress
Backend - ExpressJS - NodeJS
Mobile - Flutter
Devops & Sysadmin

Pls boost and share to anyone that might need thanks.

parzzix, to linux

I want to learn to code, mainly so I can make something similar to IA writer for that is not an electron app.

hankg, (edited ) to Flutter

I already reshared this as a legit reshare but since there are parts of the fediverse Friendica talks to that won't get it correctly or at all since it is PeerTube I wanted to share it directly too. As much as I love using Dart/Flutter for development I am not nor have ever been good at making nice looking UIs. I'm more of an engineer/backend type for my entitre career so focusing on front end work is new to me. I haven't found a good book on how to make nice looking UIs so try to leverage Material Design defaults as much as possible which is okay but blah. Tutorials like this really help me spread my wings on this topic. Thanks @myracle ! #flutter #UIDesign #programming

tube.tchncs.de/w/tSg4n28Hd58iL…

linwood, to Flutter

Butterfly 2.0 is now officially stable! It's an opensource, crossplatform note-taking app.
Everything has changed since the last 1.x release. Read more here: https://linwood.dev/butterfly/2.0.

https://github.com/LinwoodDev/Butterfly

Spread the app to the world!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • lostlight
  • All magazines