flutter_context_menu 0.2.0 flutter_context_menu: ^0.2.0 copied to clipboard
Create and display a customizable context menus in your app.
0.2.0 #
- Removed
provider
andequatable
dependency as they are no longer needed. - Updated the package's dependencies to the latest versions.
- Removed unnecessary platform specific folders.
- The package is now fully dependent on InheritedWidget for state management.
- Replaced the old
Overlay
widget with the newOverlayPortal
widget.