IsaiasSantana / keyboard_utils

A Flutter plugin to check keyboard visibility.
MIT License
49 stars 49 forks source link

not work on Android with flutter 1.17 #17

Closed adad184 closed 3 years ago

adad184 commented 4 years ago

After upgrade flutter to version 1.17 today, i found keyboard change is not working properly with android project (on emulator).

with both KeyboardListener & KeyboardAware ( i tried both)

oliverbytes commented 4 years ago

After upgrade flutter to version 1.17 today, i found keyboard change is not working properly with android project (on emulator).

with both KeyboardListener & KeyboardAware ( i tried both)

Have you tried Beta? It's working on latest Flutter Beta for me. But I only tested a real device

IsaiasSantana commented 4 years ago

Hi @adad184. I haven't tested version 1.17 yet. I will check this problem.

jozef-pridavok commented 4 years ago

The same problem here, did you have chance to check this problem?

IsaiasSantana commented 4 years ago

Hi @jpridavok. Not yet :(. In this weekend I will check this problem. I was vey busy another project.

adad184 commented 4 years ago

any progress?

IsaiasSantana commented 4 years ago

@adad184 I have tested on flutter 1.17, it's working . May you show some log?

IsaiasSantana commented 4 years ago

@adad184 your project is pre 1.12 Android projects? may be useful to you https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects

IsaiasSantana commented 4 years ago

@adad184 Can you try 1.2.4 version?