Skip to content

CosmicPangolin/flutter_keyboard_visibility

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 40.9%
  • Java 27.9%
  • Objective-C 25.5%
  • Ruby 5.7%