EN | RU

flutter_keyboard_visibility_aurora

Original README

Description

The Flutter plugin for reacting to changes in keyboard visibility in the Aurora OS.

Implements the flutter_keyboard_visibility plugin.

Usage example:

KeyboardVisibilityController().onChange.listen((isOpen){
  if (mounted) {
    setState(() {
      _keyboardIsOpen = isOpen;
    });
  }
});

Contents

Installation and build

Add the plugin to your target application dependencies in the pubspec.yaml file:

dependencies:
  flutter_keyboard_visibility: ^6.0.0
  flutter_keyboard_visibility_aurora:
    git:
      url: https://developer.auroraos.ru/git/flutter/flutter-community-plugins/flutter_keyboard_visibility_aurora.git

Compatibility

The plugin works correctly starting from Aurora OS version 5.0.0 and Flutter 3.32.7.

Terms of Use and Participation

The project source code is provided under the license that allows its use in third-party applications.

To participate in project development, please read the contributor agreement. If you plan to contribute your own source code to the project, you will need to accept the CLA agreement.

For information about contributors see AUTHORS.

Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.