keyboard_visibility 0.5.1 copy "keyboard_visibility: ^0.5.1" to clipboard
keyboard_visibility: ^0.5.1 copied to clipboard

outdated

Flutter plugin for discovering the state of the soft-keyboard visibility on Android and iOS.

keyboard_visibility #

Notification service for soft-keyboard visibility

Usage #

Import package:keyboard_visibility/keyboard_visibility.dart, instantiate KeyboardVisibilityNotification and use the Android and iOS notifications to get events about changes of the visibility of the soft-keyboard

Example:

import 'package:keyboard_visibility/keyboard_visibility.dart';

KeyboardVisibilityNotification().addNewListener(
  onChange: (bool visible) {
    // called when the keyboard visibility changes
  },
);

Also check out the example included with the package

Getting Started #

For help getting started with Flutter, view the following online documentation.

122
likes
0
pub points
91%
popularity

Publisher

unverified uploader

Flutter plugin for discovering the state of the soft-keyboard visibility on Android and iOS.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on keyboard_visibility