Flutter Nov 15, 2023

3.16.0

What's New

Flutter 3.16 makes Material 3 the default theme and brings Impeller to Android as a preview on Vulkan devices, delivering significant performance gains including 50% reduction in text-heavy workload frame times. Major additions include DevTools extensions for custom package tooling, iOS app extensions support, Android 14 predictive back gestures, and improved engine performance through thread affinity optimization for mobile processors.

Highlights

Breaking Changes

  • Material 2 curves renamed to include 'legacy' prefix, Material 2 will eventually be deprecated
  • Paint.enableDithering property deprecated, dithering now enabled by default
  • TextScaleFactor property replaced with new TextScaler class for Android 14 non-linear font scaling

Deprecations

  • Material 2 design system deprecated in favor of Material 3
  • Paint.enableDithering property deprecated, dithering enabled by default
  • flutter_driver package deprecation policy planned for next release

Recent Releases

All releases →