You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Return true when the keyboard is visible.
Info (please complete the following information): flutter_keyboard_visibility version: 5.2.0
Reproducible on platforms (Android, iOS, etc): Android (emulator) flutter doctor output:
x@x /tmp/ko> flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.10.5, on macOS 11.6 20G165 darwin-x64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2020.3)
[✓] VS Code (version 1.67.1)
[✓] VS Code (version 1.66.1)
[✓] Connected device (3 available)
[✓] HTTP Host Availability
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to use the Example #3 - Direct Query (without subscription). It always returns that the keyboard it not visible.
Example 1 and Example 2 seem to work fine.
To Reproduce
Open or close the keyboard by clicking the text field, or click the button. Observe that
KeyboardVisibilityController().isVisible
is always false.Expected behavior
Return true when the keyboard is visible.
Info (please complete the following information):
flutter_keyboard_visibility
version: 5.2.0Reproducible on platforms (Android, iOS, etc): Android (emulator)
flutter doctor
output:Additional context
N/A
The text was updated successfully, but these errors were encountered: