5 ms·
Serious question concerning how much of a bubble I am in: > Flutter is amazingly successful. It's already the leading mobile app development framework Is this
by samtheprogram 3y ago
Serious question concerning how much of a bubble I am in:
> Flutter is amazingly successful. It's already the leading mobile app development framework
Is this true? Over iOS native, Android native, React Native, or any other hybrid frameworks?
EDIT: numbers can tell different stories, but here's one at least against React Native (which I'm most interested in) in Flutter's favor: https://stackoverflow.blog/2022/02/21/why-flutter-is-the-most-popular-cross-platform-mobile-sdk/ https://stackoverflow.blog/2022/02/21/why-flutter-is-the-mos...
- chrisco255 3y ago"Percentage of Stack Overflow questions that month" is not a good measurement for a tool's popularity or a measure of its use.
- samtheprogram 3y agoVery much agree. I would say in jest that it might be inversely correlated with success, but you also wouldn't want to work with, say, brainfuck.
- realusername 3y agoIn terms of numbers I don't know but I personally chose it from my apps and to me it's the best framework out there at the moment. Compared to the native tech the advantages are easy, you have a single codebase and UI for all the platforms. The native UI apis are also moving faster than Flutter in my opinion which makes Flutter lower maintenance as well on this area. Compared to React Native, it's younger but more stable in my opinion, I don't want to deal with the js package churn rate and its bad testing story. I come back 6 months after to my flutter projects and after 2 hours I've upgraded everything, good luck with that on the js side. If you care about Linux, Flutter is also a better choice than React Native in this scenario. React Native Gtk target is abandoned and the only realistic solution is to use an Electron wrapper (well it's not that native anymore isn't it) The only downside to me is the web target which isn't that great, if you just want to use the web target as an app demo though, it's good enough.
- Moldoteck 3y agodo you have any opinions on kotlin multiplatform? Afaik they want to roll out even the compose multiplatform this year
- realusername 3y agoI haven't tried it yet, I'm a bit afraid on the ios side since they label it "alpha" I need to dedicate some time to try it.
- 59nadir 3y agoI was also very surprised at that line and I was wondering if I was the one who was out of touch or the Google team were. I haven't really looked into mobile development for a few years so it could very well be the case, but it stood out to me as unlikely considering the relative impopularity of Dart and the (to my estimation) very low hype profile of Flutter where developers hang out. But maybe they're right. I think it would be exceedingly hard to actually get real numbers on it anyway.
- convexhulled 3y agoTim was a director on Flutter until a few months ago and now works at Apple. That is, he has first hand knowledge of Flutter's numbers and now that he works for a competitor, no motivation to inflate Flutter's stats. Without getting into specifics (which I cannot share), Flutter is wildly successful in the market place and continues to grow YoY.
- ffgjgf1 3y agoI guess it depends on how you measure popularity. If we’re counting new apps published on App/Play Store? Perhaps, even if still quite surprising . By user numbers? Completely unbelievable.
- 59nadir 3y ago> Tim was a director on Flutter until a few months ago and now works at Apple. > > That is, he has first hand knowledge of Flutter's numbers and now that he works for a competitor, no motivation to inflate Flutter's stats. Being the ex director of a project means you will always have a reason to inflate the stats of that project, even if it is just for personal pride. I don't see how Hickson leaving Google means he doesn't still have part of his work life tied to the project regardless of employer. > Without getting into specifics (which I cannot share), Flutter is wildly successful in the market place and continues to grow YoY. That's cool, but this is just more of the same and more of what people seem surprised by. Numbers don't really matter unless they're visible and verifiable.
- 3y ago
- conradfr 3y agoI would be very surprised if it's not Ionic (or maybe React Native, but I doubt it).