Earlier quoted context omitted.
The creator of flutter was on here saying that 1/3 of all apps on the App Store use it. That seems to be a lot more than “nobody”.
[flagged]
Flutter 3.47
61–70 of 231 posts
Re: Flutter 3.47
#62Flutter can get you up and running quickly. If I want cross-plaform support, one codebase is hard to beat.
Re: Flutter 3.47
#63Earlier quoted context omitted.
I've made a huge critic towards Flutter in another comment of mine, but adoption isn't it: the biggest bank in Brazil, with 135 million clients, is a digital bank whose sole interface is their Flutter app. They are different regarding tech choices (they use Clojure on the backend too), but I think it's a huge testament of how far along Flutter adoption has come. Also, Google dogfoods it quite a bit.
Nubank also uses clojure and adoption is still a big issue.
Archive link: https://archive.is/IIUaj
I really don't understand how/why people deny reality so hard when it comes to Flutter. Reminds me a bit of years ago when people were still scoffing at the idea of anyone actually adopting JavaScript to write web servers with while Node.js was very obviously eating up the market.
Re: Flutter 3.47
#64Re: Flutter 3.47
#65Earlier quoted context omitted.
But they also fund JetBrains, Jetpack Compose, and KMP. It feels like the company threw their support behind Kotlin a long while ago on mobile, but internal struggles keep the others limping along. Compose UI tooling no longer requires viewing on device.
Only because it was cheaper to migrate Android to Kotlin instead of Dart. JetBrains needs Google more than Google needs JetBrains.
Note that Dart or Flutter are nowhere to be found on Android developer documentation.
Re: Flutter 3.47
#66Earlier quoted context omitted.
Nubank also uses clojure and adoption is still a big issue.
Third-party analysis ( https://appfigures.com/top-sdks/development/all ) has Flutter used in 16% of iOS apps and 24% of Android apps (free) Archive link: https://archive.is/IIUaj I really don't understand how/why people deny reality so hard when it comes to Flutter. Reminds me a bit of years ago when people were still scoffing at the idea of anyone actually adopting JavaScript to write web servers with while Node.js…
Re: Flutter 3.47
#67Re: Flutter 3.47
#68Earlier quoted context omitted.
Google internally uses dart, and I remember hearing that adwords in particular was rewritten in dart at least for the frontend relatively recently. So they're probably investing in it enough for basic maintenance, but don't really care about evolving the language.
Sure, Adwords migrated from GWT to Dart. (And eventually I followed.) At one point, Dart moved from the Chrome division to the Adwords division. And Adwords alone can fund a team to do developer tools for them. Then, Flutter came a bit later. It's been over a decade since then, though, and I'm out of touch now.
Re: Flutter 3.47
#69Of all the myriad projects from Google, how is Flutter/Dart the one that survived the axe? I’m not saying I hate them - I think they’re both really neat - I just don’t understand why Google keeps these limping along with weak support and no clear vision within their broader web ecosystem.
Re: Flutter 3.47
#70Earlier quoted context omitted.
I’ve had good experiences with Flutter too. It’s actually much easier to build a performant macOS app with flutter than with SwiftUI.
> It’s actually much easier to build a performant macOS app with flutter than with SwiftUI. Got any case studies?