What’s New

flutter 3.17.0-0.1.pre

3.17.0-0.1.pre

Flutter 3.17 beta (November 15, 2023)

Added
  • Add key event handlers that happen before or after the focus traversal
  • Add SizeTransition.fixedCrossAxisSizeFactor
  • Add profilePlatformChannels service extension
Changed
  • Update MediaQuery documentation to highlight asynchronous nature of size
Fixed
  • Fix the character field of RawKeyEvent is always null on iOS
  • Fix memory leaks in DateRangePickerDialog
  • RenderEditable should dispose created layers
  • Call markNeedsPaint when adding overlayChild to Overlay
  • Fix memory leaks in BottomSheet elevation resolution
  • Fix page up page down home end shortcut behavior on web
  • TestClipPaintingContext should dispose ContainerLayer
  • RenderAnnotatedRegion should dispose created layers
  • TimePickerDialog should dispose created ChangeNotifiers
  • Fix FlexibleSpaceBar does compositing with near zero opacity
  • RenderSnapshotWidget should dispose created OffsetLayer
  • Include size factors when computing the intrinsic size of a RenderPositionedBox
  • SearchBar should listen to changes to the SearchController and update suggestions on change
  • Floating SnackBar should always float above the bottom widgets
  • Fix chip widgets don't apply the provided iconTheme
Removed
  • Remove unused InlineSpan methods

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

To try out the newest beta run:

flutter channel beta
flutter upgrade

Flutter 3.17 beta (November 15, 2023)

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