3.22.0
What's New
Flutter 3.22 delivers major performance gains through WebAssembly stabilization, Impeller's feature-complete Vulkan backend on Android, and significant iOS platform view optimizations. The release introduces streamlined development workflows with WidgetState, flavor-conditional assets, and Vertex AI Firebase integration, while enforcing stricter Android build dependency version requirements and completing the v1 embedding removal.
Highlights
- WebAssembly now stable on web with 2-3x frame rendering improvements
- Impeller Vulkan backend feature complete on Android with full blur and shader support
- Blur performance reimplemented, reducing CPU and GPU time by nearly 50%
- Stencil-then-Cover rendering strategy reduces complex path rasterization by 10x
- iOS platform view performance improved: 50% GPU reduction, 33% faster frame rendering
- WidgetState API moved outside Material for broader framework access
- Flavor-conditional asset bundling and asset transformation via Dart packages
- Vertex AI for Firebase Dart SDK preview with Gemini API integration
- Deep link validator tool enhanced with Android manifest verification
Breaking Changes
- Android v1 embedding completely removed, no longer overridable with flags
- Plugin authors must remove v1 embedding code before next Flutter release
- Android minimum version raised from KitKat (API 19) to Lollipop (API 21)
- MaterialState renamed to WidgetState and moved outside Material library
- Platform view plugins require API migration for Android 14 compatibility
Deprecations
- Google AI Dart SDK deprecated in favor of Vertex AI for Firebase
- Deprecated APIs from v3.19 removed, migration guidance available via Flutter fix
Related Articles
What's New in Flutter 3.22
Flutter 3.22 brings WebAssembly to the stable channel with 2-3x frame rendering improvements, completes Impeller's Vulkan backend on Android with near-halved blur costs and 10x faster Lottie rendering via Stenc...
Recent Releases
All releases →
3.10.0
May 10, 2023
Release Notes →
3.0.0
May 11, 2022
Release Notes →
2.10.0
Feb 3, 2022
Release Notes →
1.22.0
Oct 1, 2020
Release Notes →
1.20.0
Aug 5, 2020
Release Notes →
1.17.0
May 6, 2020
Release Notes →
1.12.13
Dec 11, 2019
Release Notes →
2.0.0
Release Notes →
2.2.0
Release Notes →
2.5.0
Release Notes →
2.8.0
Release Notes →