flutter_hotkeys 1.0.2 copy "flutter_hotkeys: ^1.0.2" to clipboard
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 ModifierKey usage 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.
1
likes
160
points
183
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Topics

#hotkeys #keyboard-shortcuts #desktop #web #productivity

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_hotkeys