What's New in Flutter 3.47
gumby271
66 points
61 comments
August 12, 2026
Related Discussions
Found 5 related stories in 106.2ms across 4,128 title embeddings via pgvector HNSW
- Flux 3 ThouYS · 554 pts · July 24, 2026 · 46% similar
- Java 27: What's New? loicmathieu · 52 pts · July 10, 2026 · 46% similar
- Zellij 0.45.0: nested sessions, Kitty graphics, a fresh UI peterhajas · 51 pts · August 20, 2026 · 40% similar
- The SvelteKit 3 Release Candidate is here pier25 · 13 pts · August 13, 2026 · 40% similar
- A Preview of DuckDB v2.0 ibotty · 588 pts · August 17, 2026 · 39% similar
Discussion Highlights (13 comments)
jimbob45
Of 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.
Aldo_MX
Decoupling material and cupertino makes a lot of sense.
kumarvvr
The one thing I hate about flutter is the ui code having an ungodly amount of nested brackets.
Scene_Cast2
Awesome. I'd love if Flutter could also finally get Impeller on Web (I'm tracking the GitHub issues, seems like there's progress at least). I personally would like for it to pick up some ideas from Svelte.
Humphrey
Oh finally multi-window support - I might finally be able to flutter for a simple desktop app side project I've been wanting to build.
synergy20
great for mobile apps, fine for desktops, basically unusable for browsers unless you do wasm, if web can be revamped/improved it can be the best option for cross platform GUI
doodlesdev
While I've used Flutter since Alpha, I've been away for a few years. A few things have shocked me in these release notes: how come Impeller still wasn't the default engine for all platforms? Also, why are they migrating to WASM if one of the core features of Dart is compiling to JavaScript? Finally, how come multi window support only get viable now, after four years having desktop support? Honestly, Flutter is an extremely enjoyable development experience I would recommend anyone I care for to stay away from. The fact it's developed by Google doesn't help: it's a matter of time before they kill it like they did with so many UI libraries and frameworks already, specially with JetBrains developing Compose Multiplatform and the Android team going all-in in the Compose strategy.
skeledrew
Been waiting especially for multi-window so it can be picked up by Flet.
amazingamazing
I always find it strange that flutter isn’t built with golang or typescript. Why use a new language? When flutter came out both languages existed so curious about that. The main reason i can think of is generics not existing initially
sunsetSamurai
how's Dart for back end development? is anybody using it to build APIs? the syntax doesn't look too bad
wiseowise
> We are actively working toward enabling WebAssembly (Wasm) by default for Flutter web applications, bringing native-like performance to the browser. lol.
hirvi74
I've never used Kotlin, but I really enjoy Flutter. Not nearly as much as SwiftUI and the Lord's language, mind you. Flutter can get you up and running quickly. If I want cross-plaform support, one codebase is hard to beat.
feverzsj
Tested lots of flutter desktop apps on Github last year. All have sluggish animation. FPS rarely reached 60.