flutter_hotkeys 1.0.2
flutter_hotkeys: ^1.0.2 copied to clipboard
The ultimate global and scoped keyboard shortcut manager for Flutter. Register hotkeys like 'ctrl+s' with a simple static API. Optimized for Desktop, Web, and Mobile.
1.0.2 #
- Fix deprecated
ModifierKeyusage to pass static analysis.
1.0.0 #
- Initial release of flutter_hotkeys.
- Support for global registration via
Hotkeys.register. - Support for scoped shortcuts via
HotkeyScope. - Support for complex combinations (modifiers + key).
- Optimized registry for O(1) matching.
- Comprehensive test suite.