Flutter Aug 21, 2023

3.14.0-0.1.pre Developer Guide

What's New for Developers

Flutter 3.14 beta makes Material Design 3 the default theme and introduces TextScaler to replace textScaleFactor, modernizing text handling. Multi-view rendering support enables complex layouts, while Impeller engine improvements enhance visual quality. The release includes iOS 17 support, web platform view enhancements, and improved accessibility features including expanded/collapsed state semantics.

Highlights

Breaking Changes

  • ThemeData.useMaterial3 default changed from false to true, affecting app theming
  • textScaleFactor deprecated in favor of TextScaler API across framework

Deprecations

  • useMaterial3 parameter deprecated in ThemeData.copyWith method
  • TextField.canRequestFocus replaced with TextField.focusNode.canRequestFocus
  • ignoreSemantics parameter deprecated with expanded documentation

Recent Releases

All releases →