flutter_keyboard_visibility
flutter_keyboard_visibility copied to clipboard
Support for Android Tv
Describe the bug The package doesn't detect keyboard visibility on Android Tv
To Reproduce Steps to reproduce the behavior:
- Create Android Tv emulator
- Create page with textfield
- Focus on textfield to make keyboard visible
- The package doesn't detect keyboard visibility
Expected behavior The package detect keyboard visiblity
If the tv is using at least android 11 you can try with my fork: https://github.com/lKinderBueno/flutter_keyboard_visibility_androidx