keyboard_manager 0.2.2 copy "keyboard_manager: ^0.2.2" to clipboard
keyboard_manager: ^0.2.2 copied to clipboard

Widget made to intercept keyboard key press and do what you want.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keyboard_manager

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  keyboard_manager: ^0.2.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:keyboard_manager/keyboard_manager.dart';
9
likes
40
pub points
29%
popularity

Publisher

verified publishercristianbregant.it

Widget made to intercept keyboard key press and do what you want.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on keyboard_manager