stack.pulse
#stacks/flutter/mobile

Flutter release notes, breaking changes, and upgrade notes.

Build beautiful multi-platform apps from a single codebase StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
5
breaking
2
security
0
deprecated
5
migrations
4

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Flutter releases from GitHub

StackPulse watches Flutter release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
3.19.0-0.1.prehighbreakingdeprecationmigrationfeatureJan 11, 2024

Flutter 3.19 beta (January 10, 2024)

The Flutter 3.19 beta introduces several framework improvements, including enhanced mouse click detection, accessibility updates, and bug fixes. Notable changes include the removal of deprecated APIs and improvements to Skia gold test resilience.

affected

Developers using deprecated APIs like NavigatorState.focusScopeNode will need to update their code.

action

Update to the latest beta version and review deprecated API usage.

release_signals
-Removed deprecated NavigatorState.focusScopeNode
!Reset deprecation period for setPubRootDirectories
+Enable TapRegion to detect all mouse button clicks
+Add accessibility identifier to `SemanticsProperties`
+Add Overlay.wrap for convenience
+Implement `switch` expressions in `examples/` and `animation/`
+Expose didExceedMaxLines from RenderParagraph
migration_steps1 steps
  1. 01Set template and migrate apps to iOS 12 minimum
view source on github->
3.15.0-15.1.premediumbreakingdeprecationfeatureSep 15, 2023

Flutter 3.15 beta (September 15, 2023)

This Flutter 3.15 beta release introduces several framework improvements, including new features, bug fixes, and documentation updates. Notable changes include enhancements to text selection controls, paginated data tables, and gesture recognition.

affected

Developers using deprecated APIs or relying on the fast reassemble feature will be affected.

action

Update code to replace deprecated `describeEnum` and adapt to the removal of the fast reassemble feature.

release_signals
-Deprecate `describeEnum`
-Remove the fast reassemble / single widget reload feature
-Handle breaking changes in `leak_tracker` API
!Deprecate `describeEnum`
+Add `Search Web` to selection controls for iOS
+Add `textCapitalization` property for `SearchBar` and `SearchAnchor`
+Add `PopupMenuButton.iconColor` and `PopupMenuTheme.iconSize`
+Add `hasInteractedByUser` getter in `FormField`
+Add double click and double click + drag gestures to `SelectionArea`
view source on github->