keyboard_focus_manager 0.9.2 copy "keyboard_focus_manager: ^0.9.2" to clipboard
keyboard_focus_manager: ^0.9.2 copied to clipboard

Package for displaying pane over keyboard, especially useful for closing keyboard using FocusScope.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keyboard_focus_manager

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

dependencies:
  keyboard_focus_manager: ^0.9.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_focus_manager/keyboard_focus_manager.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Package for displaying pane over keyboard, especially useful for closing keyboard using FocusScope.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, keyboard_visibility

More

Packages that depend on keyboard_focus_manager