-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keyboard visibility breaks with integration of local_auth #61
Comments
I just got stuck on the same issue, any suggestions? |
Hey, i ended up creating a work around ( i noticed that the only times a keyboard shows up is when a TextField is focused). In my initState i checked whether the Platform.isAndroid, in that condition I added listeners to my focusNodes and checked whether any one of my focusNode.hasFocus. By no means is this a catch all solution.
|
The reason why I use this package is that you can have a general listner on the event when the keyboard is shown, otherwise I need to setup all textfields and their focusnode. It kind of work against the purpose if this package right? |
@kendall-lu |
Same issue flutter/flutter#55750,
Keyboard_visibility, https://pub.dev/packages/keyboard_visibility breaks, with the integration of local_auth, https://pub.dev/packages/local_auth breaks keyboard listeners.
Steps to reproduce:
Breaking code:
Logs for local_auth:
flutter doctor -v
The text was updated successfully, but these errors were encountered: