keyboard_size_peek 0.1.2 copy "keyboard_size_peek: ^0.1.2" to clipboard
keyboard_size_peek: ^0.1.2 copied to clipboard

Reports the keyboard's final height before the show/hide animation starts. Size bottom sheets and attachment panels without debounce magic.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keyboard_size_peek

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

dependencies:
  keyboard_size_peek: ^0.1.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_size_peek/keyboard_size_peek.dart';
3
likes
160
points
144
downloads

Documentation

API reference

Publisher

verified publisherstojanovventures.com

Weekly Downloads

Reports the keyboard's final height before the show/hide animation starts. Size bottom sheets and attachment panels without debounce magic.

Repository (GitHub)
View/report issues

Topics

#keyboard #ime #inset #mobile

License

MIT (license)

Dependencies

flutter

More

Packages that depend on keyboard_size_peek

Packages that implement keyboard_size_peek