During Google Developer Days, we united Flutter on web and mobile and announced our biggest stable release so far: Flutter 1.9! In this release, we’ve provided support for macOS Catalina, added localizations for 24 languages and more. ✨ Read the blog ↓ goo.gle/2m1oIoj
@FlutterDev @dart_lang @lesliearkorful does this mean flutter can comfortably run on the newly updated MacOs?
@FlutterDev What about Desktop version, when we can have a single code for mobile and desktop?
@FlutterDev And I just finished my web project... Time to update to master version. *Very excited*
@FlutterDev Does anyone know a good flutter web tutorial? The documentary seems small atm
@FlutterDev Now I should finally be able to publish my flutter_web library :D
@FlutterDev This sounds very very promising. Will definitely take a closer look :)
@FlutterDev Tips for flutter-dev: since flutter has a lot of widgets and builders, always keep track the memory consumption and the bundle size. Don't repeat the same mistake of React when they are still infancy.