In 2019, I joined a project with other 2 partners to develop an app for audiobooks. The CTO said the app should be done using Flutter and he sold it like it was paradise on earth. I disagreed but couldn't push that much to try to convince the rest of the guys about this detail. On month 8 on the project, the CTO resigns and leave, leaving us 8 months ahead of no major development because it was impossible to find Flu…
> because it was impossible to find Flutter people and, most importantly, people who were proficient on that platform If you can't find them, you gotta train them
Flutter is better than React Native in all the ways that don’t matter
21–30 of 158 posts
Re: Flutter is better than React Native in all the ways that don’t matter
#22Re: Flutter is better than React Native in all the ways that don’t matter
#23At work you have deadlines, you don't have time to re-implement solutions that have been solved with React Native for years.
Still, for my hobbyist projects, I absolutely love Flutter
Re: Flutter is better than React Native in all the ways that don’t matter
#24The expectation that another company will train your workforce, or that they'll train themselves in their spare time before joining, massively inhibits the proliferation of different, new, and interesting technologies and keeps 90% of the devs in the web and mobile world on the same 3 platforms (JS/TS, Swift, and Kotlin).
Unless companies start hiring to mentor people this will not change, and probably TS will just eat all the others in the long run.
Re: Flutter is better than React Native in all the ways that don’t matter
#25Unfortunately, the lack of "Code Push" killed several attempts of using Flutter on various projects for us.
ReactNative has been good to us but I really wish there was a bit more built-in for commonly needed features.
Re: Flutter is better than React Native in all the ways that don’t matter
#26I've programmed a lot in both Dart and C# and my take is that Microsoft looked at Java and decided they needed a Java-like language like so they made C#. Google was into Java but Oracle sued them over it so they decided they needed a Java-like language so made Dart. Edit: Dart is ridiculously easy to learn because it's very familiar so if someone complains about having to learn Dart it means they don't want to learn…
It's hard to place dart in a modern languages context, it really only made sense as a "next javascript" bet in 2011 -- pre-ES6.
It feels legacy now, maybe flutter will be a rivial -- seems unlikely though.
Re: Flutter is better than React Native in all the ways that don’t matter
#27I've programmed a lot in both Dart and C# and my take is that Microsoft looked at Java and decided they needed a Java-like language like so they made C#. Google was into Java but Oracle sued them over it so they decided they needed a Java-like language so made Dart. Edit: Dart is ridiculously easy to learn because it's very familiar so if someone complains about having to learn Dart it means they don't want to learn…
Re: Flutter is better than React Native in all the ways that don’t matter
#28Earlier quoted context omitted.
> because it was impossible to find Flutter people and, most importantly, people who were proficient on that platform If you can't find them, you gotta train them
Any idea how long it should take? I don't do frontend, but when I tried making GUIs back in the Tk heydays, it was feasible to cook up a very functional GUI in the first day of learning/usage.
Re: Flutter is better than React Native in all the ways that don’t matter
#29Earlier quoted context omitted.
> because it was impossible to find Flutter people and, most importantly, people who were proficient on that platform If you can't find them, you gotta train them
We did that with one guy after month 3, the guy accepted and started Flutter course, etc. He quit the job on month 5 arguing he disliked Flutter and Dart.
Re: Flutter is better than React Native in all the ways that don’t matter
#30I think Flutter is better _because_ it uses Dart. I used to hate that decision ("Not another language to learn.."), but Flutter and Dart are like Mac and macOS (I'm aware people complaining about macOS quality going down the hill.. but that's another story). They're both from the same company, seemingly built for each other, and the language (Dart) improvements are _relevant_ for the platform (Flutter). Flutter still…
And yes, someone will probably point out that I can use Flutter with commandline tools after I disable all the bloatware that needs to be installed anyway, but that's missing the point.