flutter_root_context_menu 0.2.0
flutter_root_context_menu: ^0.2.0 copied to clipboard
A customizable context menu package for Flutter with animation support, flexible styling, and web-like behavior.
0.2.0 #
- feat: Add
screenPaddingparameter to control minimum distance from screen edges - feat: Add playground controls for adjusting screen padding in real-time
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