What’s New

flutter 3.19.0-0.1.pre

3.19.0-0.1.pre

Flutter 3.19 beta (January 10, 2024)

Added
  • Add Overlay.wrap for convenience
  • Add accessibility identifier to SemanticsProperties
  • Add clear button label to Cupertino text field
  • Add onEnd callback into AnimatedSize
  • Add find.textRange.ofSubstring changes
Changed
  • Enable TapRegion to detect all mouse button click
  • Bump Android template and integration test Gradle version to 7.6.4
  • MultiDragPointerState dispatch creation and disposal events
  • SelectionOverlay and TextSelectionOverlay dispatch creation and disposal events
  • ScrollDragController dispatch creation and disposal events
  • SnapshotPainter dispatch creation and disposal events
  • Animate TextStyle.fontVariations
  • Move package:web dependency to dev dependency
  • Use new enabledFeature param for Analytics
  • Use SemanticsUpdateBuilder again and remove all references to temporary SemanticsUpdateBuilderNew
  • Document difference between softWrap and maxLine
  • Default identifier and tooltip to null in SemanticsProperties
  • Make TextSpan hit testing precise
  • Integrate testWidgets with leak tracking
Fixed
  • Handle the case when _CupertinoBackGestureDetector is disposed during the drag
  • Fix typo in useInheritedMediaQuery documentation
  • Fix CupertinoActionSheet design
  • Fix reorderable_list drop animation
Removed
  • Remove deprecated NavigatorState.focusScopeNode

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

To try out the newest beta run:

flutter channel beta
flutter upgrade

Flutter 3.19 beta (January 10, 2024)

Flutter Framework
Framework
Material
iOS
Android
macOS
Tooling
Other Changes
New Contributors
Flutter Engine
Impeller
Android
iOS
Web
Desktop
Other Changes
New Contributors
View original