what stackpulse tracks
Flutter releases from GitHub
StackPulse watches Flutter release notes and keeps the original source link close to every summary.
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.
what stackpulse tracks
StackPulse watches Flutter release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
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.
Developers using deprecated APIs like NavigatorState.focusScopeNode will need to update their code.
Update to the latest beta version and review deprecated API usage.
The Flutter 3.18 beta introduces several enhancements to the framework, including improved text rendering with Apple system fonts, adaptive Switch components, and better scrolling behavior. It also adds new features like MaterialStatesController for text widgets and improvements to visuals and animations.
Developers using Flutter for iOS apps or adaptive components will benefit from the new features and improvements.
Upgrade to the beta version to test new features and provide feedback.
The Flutter 3.17 beta release focuses on memory leak fixes, Material 3 updates, and improvements to widget behavior and documentation. It also introduces new features like key event handlers and platform channel profiling.
Developers using Flutter beta channel and those working with Material 3, widget behavior, or memory leak tracking are affected.
Upgrade to the beta channel to test new features and fixes.
This beta release focuses on memory leak fixes, disposal of resources, and improvements to widget behavior. Several issues related to resource management in widgets like `CupertinoAlertDialog`, `SearchBar`, and `MaterialApp` have been addressed.
Developers using widgets like `CupertinoAlertDialog`, `SearchBar`, and `MaterialApp` may benefit from memory leak fixes and resource disposal improvements.
Upgrade to the beta version to test the new fixes and features.
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.
Developers using deprecated APIs or relying on the fast reassemble feature will be affected.
Update code to replace deprecated `describeEnum` and adapt to the removal of the fast reassemble feature.