enhanced_platform_menu 0.2.2
enhanced_platform_menu: ^0.2.2 copied to clipboard
An enhanced drop-in replacement for Flutter’s Platform Menu API with support for checked items and icons on macOS and iPadOS.
0.2.2 #
- Removed
dart:iodependency so the package can be compiled for Web (no-op on Web — plugin still only functions on macOS/iPadOS)
0.2.1 #
- Fixed issue where items would always be enabled (macOS only)
0.2.0 #
- Added support for PlatformProvidedMenuItem
- Fixed issue where separator between default and custom items was missing
0.1.2 #
- Fixed typos in README
0.1.1 #
- Fixed formatting issues
0.1.0 #
- Initial release
- Adds EnhancedPlatformMenu which brings support for checked menu items and icons
- Supports macOS and iPadOS