Live data from Hacker News

Flutter Release Preview 2

developers.googleblog.com

1–10 of 123 posts

Re: Flutter Release Preview 2

#2
Are there any apps in the wild that I can install which use flutter? I'm curious to know how it feels from a user perspective.

Stats and benchmarks are neat but I'd really want to try it firsthand to know that it's "Fast".

Re: Flutter Release Preview 2

#3

Are there any apps in the wild that I can install which use flutter? I'm curious to know how it feels from a user perspective. Stats and benchmarks are neat but I'd really want to try it firsthand to know that it's "Fast".

You may find some here: https://flutter.io/showcase/

Re: Flutter Release Preview 2

#5
Are those SO popularity comparison numbers real? If they are, I feel they were somehow artificially inflated. I have nothing against Flutter, but I don't think at this point it's as widely used as Xamarin and React Native. For Angular numbers should be even higher.

Re: Flutter Release Preview 2

#7
post #4

How confident can anyone be basing a core product on flutter given Google's history of abandonment?

I am especially nervous about Flutter since they don't even have to abandon it. If they don't keep pace with new OS releases, there is no great way to recoup your investment in Flutter. You are just stuck without an outdated looking app or forced to do a full rewrite in the native frameworks.

Re: Flutter Release Preview 2

#9
post #5

Are those SO popularity comparison numbers real? If they are, I feel they were somehow artificially inflated. I have nothing against Flutter, but I don't think at this point it's as widely used as Xamarin and React Native. For Angular numbers should be even higher.

No idea. Where did they get those?

Flutter doesn't appear in SO Trends https://insights.stackoverflow.com/trends

Re: Flutter Release Preview 2

#10
I spent quite a few months comparing this with React Native.

Flutter has done cross-platform right. And it's somewhat sad and counter-intuitive but pretending to be native is a lot better than actually being native. iOS and Android are just too dissimilar in areas to provide a common layer on top of. In particular routing which is a mess with React Native.

Flutter also has the best development experience period. Nothing comes close. Compilation is fast. The reload cycle is instant. The tooling is excellent. It is really polished.

I just wish it had not come from Google because you always get that niggling feeling like it's going to abandoned. Which would be a real shame.

Post reply on HN