Flutter's 2026 roadmap: WebAssembly by default, LG smart TVs, and the push for platform parity
Every year the Flutter team publishes a roadmap, and the 2026 edition is unusually concrete about direction even as it avoids version-number promises. The team has committed to four stable and twelve beta releases this year, and — notably — stated it is not investing in built-in code push. What it is investing in tells you where cross-platform development is heading.
WebAssembly becomes the default for web
The biggest technical bet is WebAssembly. Flutter is on track to make Wasm the default output for Flutter Web, after preparing with Wasm dry-runs in 3.35 and later builds. The payoff is real: in the team’s tests, WebAssembly compilation delivered 40% faster load times and 30% less runtime memory. For anyone who has hesitated to ship serious apps on Flutter Web because of startup cost, this is the change that moves the needle.
Flutter comes to the living room
Google announced a collaboration with LG to bring Flutter to LG smart TVs, with an official Flutter-on-webOS SDK targeting a first-half-2026 release. TVs are a genuinely new surface for Flutter, and an official SDK — rather than a community port — signals that Google sees the framework as a way to write once and ship to phones, desktops, the web, and now the living room.
iOS plugins move to Swift Package Manager
On the Apple side, the roadmap commits to Swift Package Manager becoming the default iOS plugin option, replacing the CocoaPods-centric workflow many teams still use. More experimentally, the team is working on direct calls from Dart to Swift/Objective-C and Java/Kotlin without platform channels — a change that would cut boilerplate and latency at the native boundary. If it lands, writing plugins gets meaningfully simpler.
The real goal: platform parity
Underneath the specific features is a single stated objective for 2026: platform parity — erasing the “uncanny valley” where a Flutter app feels close to native but falls just short. You can see this thread in recent releases already: Cupertino Squircles matching Apple’s corner geometry, full iOS 26 and macOS 26 support, and Android screen-share protection. The roadmap is the same idea pointed forward.
A note on Flutter 4.0
Despite a steady stream of blog posts, Flutter 4.0 has not been officially released. It is speculated for mid-2026 and would be the first major version bump since 2022, but the official roadmap makes no version promise. Treat “Flutter 4.0 feature” articles claiming specific details as speculation until the Flutter team says otherwise; the authoritative sources are the official release notes and the flutter-announce group.
What to plan for
- Test your web build under Wasm. If Wasm is becoming the default, validate your app there before it becomes mandatory.
- Migrate plugins toward Swift Package Manager as the default shifts on iOS.
- Watch the new surfaces. LG webOS support means “Flutter developer” may soon include TV apps.
The bottom line
Flutter’s 2026 roadmap is pragmatic: faster, lighter web via WebAssembly; a real path onto TVs; a cleaner native plugin story on iOS; and a relentless focus on closing the last gaps with native. No grand version-number theatrics — just the unglamorous work of making one codebase feel genuinely at home everywhere it runs.