- Breaking change:
onTaponFSMenuItemis now typed asVoidCallbackinstead ofFunction - Breaking change: Dart SDK constraint raised to
>=3.0.0 <4.0.0 - Add hide animation —
FullScreenMenu.hide()now reverses the open animation before dismissing - Add
closeMenuOnBackgroundTapoption toFullScreenMenu.show() - Fix background color detection (dark/light theme was not applied correctly)
- Fix null-safety crash when calling
hide()beforeshow() - Migrate example from deprecated
WillPopScopetoPopScope(Flutter 3+) - Update example Android: Gradle 8.9, AGP 8.7.0, Kotlin 2.1.0, Java 17
- Replace deprecated
pedanticwithflutter_lints - Add comprehensive widget test suite
- Null safety
- Gradients fix
- Add WillPopScope to example to handle android back button
- Bug fix when adding more than 8 items
- Fix an overflow when adding large numbers of items
- Ability to add any widget as menu item
- Fix onTap
- Initial release