deep_menu 2.0.0 copy "deep_menu: ^2.0.0" to clipboard
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: DeepMenuDetails constructor is now const and takes a typed Animation<double> animation parameter.
  • Fixed ScrollController leak in the menu overlay.
  • Fixed stuck scale animation when a tap gesture was cancelled (e.g. by scrolling).
  • Fixed crash in DeepMenuList when items is empty.
  • DeepMenuList now 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_lints 6).
  • 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
20
likes
160
points
131
downloads

Documentation

API reference

Publisher

verified publisherkraigo.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#menu #context-menu #long-press #ui #widget

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on deep_menu