flutter_keyboard_visibility icon indicating copy to clipboard operation
flutter_keyboard_visibility copied to clipboard

Get notified on keyboard visibility changes in your Flutter app

Results 36 flutter_keyboard_visibility issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The package doesn't detect keyboard visibility on Android Tv **To Reproduce** Steps to reproduce the behavior: 1. Create Android Tv emulator 2. Create page with textfield 3....

bug
help wanted

Subscribe to keyboard visibility is not working with floating keyboard , not detecting changes

enhancement

I want to put a `TextFormField` which moves along with the keyboard. This is standard behaviour as in many apps like whatsapp etc.. Is there a way to know exact...

documentation
enhancement

Not sure if I'm reading iOS code correctly but it seems that you trigger visibility change on both willShow and didShow. I would expect to it being triggered only on...

**Describe the bug** I'm trying to use the [Example #3](https://pub.dev/packages/flutter_keyboard_visibility#option-3-direct-query-and-subscription) - Direct Query (without subscription). It always returns that the keyboard it not visible. Example 1 and Example 2 seem...

bug

Currently `keyboardVisibilityController.onChange` fires at the beginning of appear and disappear animations. I want to push the new screen after keyboard is fully invisible and I don't want to use a...

enhancement

Implemented using the same detection method used in Android (

**Describe the bug** Having this error compiling the project on Android: ``` android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java:39: error: cannot access ViewTreeObserver flutterEngine.getPlugins().add(new com.jrai.flutter_keyboard_visibility.FlutterKeyboardVisibilityPlugin()); ^ class file for android.view.ViewTreeObserver not found 1 error FAILURE: Build...

bug

**Is your feature request related to a problem? Please describe.** Right now, this is the only plugin that is blocking us from release for desktop. Please consider adding support for...

enhancement