keyboard_handler 0.0.1 copy "keyboard_handler: ^0.0.1" to clipboard
keyboard_handler: ^0.0.1 copied to clipboard

a package helps fix inputs that are overwritten by the keyboard when they appear.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keyboard_handler

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

dependencies:
  keyboard_handler: ^0.0.1

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_handler/keyboard_handler.dart';
1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

a package helps fix inputs that are overwritten by the keyboard when they appear.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on keyboard_handler