mac_menu_bar 0.0.1
mac_menu_bar: ^0.0.1 copied to clipboard
A Flutter plugin that provides access to macOS menu bar actions, allowing Flutter applications to handle standard menu items like Cut, Copy, Paste, and Select All with custom behavior.
Changelog #
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