What’s New

flutter 3.13.0-0.1.pre

3.13.0-0.1.pre

3.13 Beta (July 12, 2023)

Added
  • Migration guide for moving from BottomNavigationBar to NavigationBar
  • Add viewId to PointerEvents
Changed
  • Minor adjustments on 2D APIs
  • No-op fragment program on Android until it works in Impeller
  • Disable autocorrection for iOS 17
  • Use Material3 in the 2D viewport tests
  • Remove textScaleFactor dependent logic from AppBar
  • Remove more rounding hacks from TextPainter
  • Show error message in release mode when box is not laid out without losing performance
  • Make inspector weakly referencing the inspected objects
  • Update menu API docs to help developers migrate to m3
  • Disable blinking cursor when EditableText.showCursor is false
  • Navigator.pop before PopupMenuItem onTap call
  • Update chip.dart to use set of MaterialState
Fixed
  • Allow OverlayPortal to be added/removed from the tree in a layout callback
  • Fix assertion when a WidgetSpan is scaled by certain textScaleFactor values
  • Fix Tooltip crash when selected in a SelectableRegion
  • Constrain _RenderScaledInlineWidget child size in computeDryLayout
  • Revert removal of wait until scheduled in Impeller
  • Avoid culling when the current matrix has perspective in Impeller
  • Made the clear optimization handle backdrop filters in Impeller
  • Fix hittest with non-SemanticsObject on iOS
  • Fix ConcurrentModificationError in DDS
  • Fix Null check operator used on a null value on TextField with contextMenuBuilder
  • handleSelectWord in MultiSelectableSelectionContainerDelegate should handle rects inside of rects
  • Do not try to load main/default asset image if only higher-res variants exist
  • Fix navigation rail with long labels misplaced highlights

Flutter 3.13 beta

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

To try out the newest beta run:

flutter channel beta
flutter upgrade
Hotfixes to the 3.13 beta
3.13.3 beta (August 14, 2023)
Framework
Engine
  • No changes
3.13.2 beta (August 07, 2023)
Framework
Engine
3.13.1 beta (July 19, 2023)
Framework
Engine
  • No changes

Flutter 3.13 beta

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