flutter_awesome_context_menu 0.0.2
flutter_awesome_context_menu: ^0.0.2 copied to clipboard
A Flutter package that provides a browser-like right-click context menu.
0.0.1 #
- Initial public release of Flutter Awesome Context Menu package
- Core features:
- Right-click context menu support for desktop and web platforms
- Long-press support for mobile platforms
- Link handling with options like "Open in new tab" and "Copy link address"
- Custom context menu items with icons and keyboard shortcut hints
- Hierarchical/nested submenus with platform-adaptive interaction modes
- Persistent menus that stay open after selection
- Dynamic menu item generation and caching for performance
- Comprehensive mouse event handling
- CTRL+Click support for opening links in new tabs
- Fully customizable menu styling and animation control
- Proper positioning relative to viewport edges
- Programmatic control to show/hide/update menus
- Platform support: Windows, macOS, Linux, Web, Android, and iOS
- Comprehensive example app with 20+ use cases demonstrating all features