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

A simple way to show overlay widgets when keyboard rises, without changing widget three from your current project

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keyboard_overlay

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

dependencies:
  keyboard_overlay: ^1.0.0

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_overlay/keyboard_overlay.dart';
12
likes
50
pub points
45%
popularity

Publisher

unverified uploader

A simple way to show overlay widgets when keyboard rises, without changing widget three from your current project

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, keyboard_visibility

More

Packages that depend on keyboard_overlay