Flutter in 2026: Impeller everywhere, GenUI, and an honest look at Google
Impeller is now mandatory on Android, Wasm is nearly the default web target, and AI can emit Flutter widgets directly. Also: is Google still committed? An honest read.
Flutter 3.44, released in May 2026, is a milestone. Impeller, the custom rendering engine Google spent years building, is now the default and no longer optional on Android 10 and up. The legacy Skia path has been removed on mobile, which closes out one of the longest bets in the framework.
Wasm, with an asterisk
WebAssembly is on track to become the default web compile target, with reported two to three times faster execution than the JavaScript target. The asterisk is real: Wasm-compiled Flutter still cannot run in any iOS browser, and there are open desktop-browser compatibility bugs, so JavaScript stays the fallback for broad web reach.
AI-native UI
The strategic bet of 2026 is GenUI: models emit structured descriptions of Flutter widgets that render directly, instead of text you convert by hand. Package downloads grew sharply, there is first-class support for agentic tooling through the Gemini CLI, and Dart tooling now exposes MCP servers so agents can do real refactors. Flutter is repositioning from a UI toolkit to an AI-native UI runtime.
It is also quietly much more than mobile. Toyota ships Flutter in vehicle infotainment, LG runs it on webOS TVs, GE Appliances uses it on smart-appliance displays, and fintech-scale codebases exist, SoFi runs millions of lines. The single-codebase-across-six-platforms pitch is real production reality now, not a slide.
The honest part
The "is Flutter dying" discourse deserves a straight answer. The 2024 Google layoffs hit the Dart and Flutter teams, the creator of Impeller left in 2025, and a community fork appeared as a pressure valve over slow reviews. The counter-evidence is a steady quarterly release cadence and heavy internal use at Google, from the Cloud console to Ads to Google Pay. Both things are true at once.
On Flutter versus React Native, the numbers tell two stories. Flutter leads new-project mindshare, around 46 versus 35 percent of cross-platform work, and tops developer surveys. React Native still has far more open job postings, riding the enormous JavaScript talent pool. Mindshare versus payroll, and both frameworks are healthier for the competition.
