mac_menu_bar 0.0.2
mac_menu_bar: ^0.0.2 copied to clipboard
A Flutter plugin that provides comprehensive macOS menu bar customization and management for Flutter desktop applications.
Changelog #
0.0.2 - 2026-01-11 #
Added #
- Support for adding custom menu items with keyboard shortcuts
addMenuItemmethod for programmatically adding menu itemsaddSubmenumethod for creating nested menu structuresremoveMenuItemmethod for removing menu itemssetMenuItemEnabledmethod for toggling menu item stateupdateMenuItemmethod for modifying existing menu itemssetMenuItemSelectedHandlerfor handling custom menu item selections
Changed #
- Improved error handling and logging
- Enhanced documentation with comprehensive API references
- Refactored platform channel implementation for better maintainability
- Optimized menu item management
Fixed #
- Fixed issues with menu item state management
- Resolved potential memory leaks in native code
- Fixed keyboard shortcut handling for special characters
0.0.1 - 2025-12-18 #
- Initial development release
- Initial release of the Mac Menu Bar plugin
- Support for handling standard menu bar actions: Cut, Copy, Paste, and Select All
- Platform interface for macOS menu bar integration
- Method channel implementation for Flutter to native communication
- Example application demonstrating usage
- Comprehensive documentation and API references
- Improved error handling and fallback to system defaults
- Optimized menu item override mechanism
- Enhanced code documentation and examples