flutter_root_context_menu 0.1.0
flutter_root_context_menu: ^0.1.0 copied to clipboard
A customizable context menu package for Flutter with animation support, flexible styling, and web-like behavior.
0.1.0 #
Initial release with core features:
- Manual trigger context menu with
showContextMenu() - Flexible icon support (Material Icons, SVG, custom widgets)
- 8 built-in animations + custom animation support
- Customizable styling (colors, sizes, elevation, border radius)
- Adjustable menu width (minWidth, maxWidth)
- Web-like click behavior (single click closes menu and triggers action)
- Automatic overflow prevention
- Interactive example playground