What’s New

flutter 3.15.0-15.1.pre

3.15.0-15.1.pre

Flutter 3.15 beta (September 15, 2023)

Added
  • Add Search Web to selection controls for iOS
  • Add PopupMenuButton.iconColor and PopupMenuTheme.iconSize
  • Add textCapitalization property for SearchBar and SearchAnchor
  • Add more info to OverlayState.insert error messages
  • Add an example for TapAndPanGestureRecognizer
  • Add hasInteractedByUser getter in FormField
  • Add SemanticsNode Finders for searching the semantics tree
  • Add double click and double click + drag gestures to SelectionArea
Changed
  • Migrate framework to fully use package:web
  • Make TextPainter rounding hack disabled by default
  • Keep alive support for 2D scrolling
  • TextField should correctly resolve provided style for material states
  • Selection area should move selection word by word on a long press drag
  • Update AutomatedTestWidgetsFlutterBinding.pump to support microsecond precision
Fixed
  • Fix TabBarTheme.indicatorColor not applied in Material 2
  • Fix PopupMenuButton icon using unexpected color property
  • Fix DropdownButtonFormField input border clipping
  • Fix PopupMenuItem and CheckedPopupMenuItem has redundant ListTile padding and update default horizontal padding for Material 3
  • Fix prefer_null_aware_operators violation
  • Fix Paginated Data Table row number at footer in last page
Removed
  • Remove the fast reassemble / single widget reload feature
Deprecated
  • Deprecate describeEnum

The release of the Flutter 3.15 beta contains the changes noted below.

To try out the newest beta run:

flutter channel beta
flutter upgrade

Flutter 3.15 beta (September 15, 2023)

Flutter
Framework
Tooling
New Contributors
Engine
Android
iOS
Web
Desktop
New Contributors
View original