full_screen_menu 2.0.0
full_screen_menu: ^2.0.0 copied to clipboard
Full screen menu for Flutter apps to give a user a broad variety of variants in beautiful way
2.0.0 [April 9, 2026] #
- 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
1.0.0 [March 20, 2021] #
- Null safety
- Gradients fix
- Add WillPopScope to example to handle android back button
0.1.3 [December 4, 2020] #
- Bug fix when adding more than 8 items
- Fix an overflow when adding large numbers of items
0.1.2 [February 4, 2020] #
- Ability to add any widget as menu item
0.1.1 [February 4, 2020] #
- Fix onTap
0.1.0 [February 4, 2020] #
- Initial release