What’s new in Flutter 3.47

5 points by heavyrain266


confusedalex

Great to see these changes! UI design in Flutter was something I always struggled with, especially when trying to make an app look good on iOS and Android

elasticdog

I've been pretty happy with the overall Flutter development experience and don't quite understand why so many people dislike the ecosystem. You don't get full native UI, but a lot of the widgets adapt to the platform conventions accordingly without you having to do anything special (things like formatting structure and icons for AppBar navigation, etc.). Being able to compile my pure Dart lib into JavaScript has been useful for implementing a web version without having to use the normal Flutter stack.

I'm looking forward to the deeper multi-window support on desktop, as I've been largely avoiding adding support outside of mobile until now.