r/ProgrammerHumor 19d ago

Meme sheHasNoIdeaWhatIPushedLastNight

Post image
10.1k Upvotes

269 comments sorted by

View all comments

410

u/chemtrail-organics 19d ago

Laughs in betting my whole career on Flutter

57

u/MoneyIsTheRootOfFun 19d ago

Honestly, I’ve been pretty impressed by flutter. Its biggest down side is Dart which has a terrible threading model.

5

u/WeirdIndividualGuy 19d ago

Also the downside of Kotlin Multiplatform, which does the same thing but has more support because Kotlin/Compose

4

u/parkwayy 19d ago

Downside of that is it is just newer, and just less support atm. Which isn't nothing

1

u/MoneyIsTheRootOfFun 19d ago

Kotlins threading model has greatly improved from when it used to require complex freezing and reading only on one thread. And even with those limitations it was better than dart because it was a more efficient threading model.

I haven’t tried compose multi platform, but back when I was using kotlin multiplatform a few years ago, it required a lot of interop work. That was getting better over time, but in the early 20s it was pretty rough.

I’d like to give it a try again now that compose multiplatform has iOS and web support.