legacy_context_menu 2.2.0
legacy_context_menu: ^2.2.0 copied to clipboard
A simple, extensible context menu for Flutter that supports nested and collapsible submenus.
2.2.0 #
- FEAT: Added an
iconproperty onContextMenuItemas a convenience alias forleading. - FEAT: Made
menuWidthoptional onshowContextMenu; when omitted, menu items size to their content instead of using a fixed width. - FIX: Improved menu item layout when a trailing widget is present so the caption and trailing content align correctly.
2.1.2 #
- Add screenshot to pubspec.yaml
2.1.1 #
- FIX: Corrected the example for deployment to gh-pages
2.1.0 #
- FEAT: Updated the example to use
legacy_keyboard_shortcut_decorationfor keyboard shortcuts.
2.0.0 #
- BREAKING CHANGE: Reworked the theme system to properly support dark mode and app-wide theme customization.
ContextMenuThemeis now anInheritedWidgetfor providing theme data down the tree.- The theme properties class is now
ContextMenuThemeData. This replaces the oldContextMenuThemeclass used for styling. - Menu widgets now derive their default colors and styles from the ambient
ThemeData, ensuring they adapt to light and dark modes automatically.
- FEAT: Added
ContextMenuThemeandContextMenuThemeDatafor flexible, app-wide, and per-menu styling.
1.0.1 #
- FIX: Add some dartdoc, fix up some dart formatting warnings
1.0.0 #
- Initial release.
