flutter_hotkeys 1.0.0 copy "flutter_hotkeys: ^1.0.0" to clipboard
flutter_hotkeys: ^1.0.0 copied to clipboard

A global and scoped keyboard shortcut manager for Flutter apps. Simple API to register shortcuts like 'ctrl+s' globally or within specific focus scopes.

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.
1
likes
0
points
226
downloads

Publisher

unverified uploader

Weekly Downloads

A global and scoped keyboard shortcut manager for Flutter apps. Simple API to register shortcuts like 'ctrl+s' globally or within specific focus scopes.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_hotkeys