unite_keyboard_visibility 0.4.1 copy "unite_keyboard_visibility: ^0.4.1" to clipboard
unite_keyboard_visibility: ^0.4.1 copied to clipboard

A Flutter plugin to detect keyboard visibility across platforms using modern APIs. Supports floating keyboard and Android predictive back gesture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add unite_keyboard_visibility

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

dependencies:
  unite_keyboard_visibility: ^0.4.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:unite_keyboard_visibility/unite_keyboard_visibility.dart';
0
likes
150
points
322
downloads

Publisher

verified publishervinhngt.dev

Weekly Downloads

A Flutter plugin to detect keyboard visibility across platforms using modern APIs. Supports floating keyboard and Android predictive back gesture.

Repository (GitHub)
View/report issues

Topics

#software-keyboard #keyboard

Documentation

API reference

License

MIT (license)

Dependencies

dart_mappable, flutter, flutter_keyboard_visibility_temp_fork, logger, meta, plugin_platform_interface, rxdart

More

Packages that depend on unite_keyboard_visibility

Packages that implement unite_keyboard_visibility