MisterJimson / flutter_keyboard_visibility

Get notified on keyboard visibility changes in your Flutter app
MIT License
408 stars 127 forks source link

Support for Android Tv #116

Open vovaklh opened 2 years ago

vovaklh commented 2 years ago

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. Focus on textfield to make keyboard visible
  4. The package doesn't detect keyboard visibility

Expected behavior The package detect keyboard visiblity

lKinderBueno commented 2 years ago

If the tv is using at least android 11 you can try with my fork: https://github.com/lKinderBueno/flutter_keyboard_visibility_androidx