deep_menu 2.0.0
deep_menu: ^2.0.0 copied to clipboard
A context menu that opens on long press with a zoom animation and blurred backdrop, similar to iOS peek and pop. Supports head and body menus.
2.0.0 #
- BREAKING: minimum SDK is now Dart 3.6 / Flutter 3.27.
- BREAKING:
DeepMenuDetailsconstructor is nowconstand takes a typedAnimation<double> animationparameter. - Fixed
ScrollControllerleak in the menu overlay. - Fixed stuck scale animation when a tap gesture was cancelled (e.g. by scrolling).
- Fixed crash in
DeepMenuListwhenitemsis empty. DeepMenuListnow uses the theme surface color instead of hardcoded white, supporting dark theme.- Replaced deprecated APIs (
withOpacity,WidgetsBinding.instance!). - Migrated to super parameters and modern lints (
flutter_lints6). - Added dartdoc comments to the public API.
1.0.1 #
- Update readme
1.0.0 #
- Initial release.
- Longs press opens menu
- Support top and bottom menu
- Vibration on successed longTap
- Animation in/out