MisterJimson/flutter_keyboard_visibility

add getkeyboardHeight support ?

qiaojun2016 opened this issue · 7 comments

add getkeyboardHeight support ?

agree!

Doesn't MediaQuery.of(context).viewInsets.bottom work for this?

@MisterJimson
Thank you for your reply !Here's my problem
I have a a legacy project, in Android it set android:windowSoftInputMode="adjustPan|stateHidden",so MediaQuery.of(context).viewInsets.bottom always return 0.0. and I can not change android:windowSoftInputMode to adjustSize。

it also doesn't work if you want the final height of the keyboard -- MediaQuery.of(context).viewInsets.bottom will animate from 0 -> maxheight of keyboard.

That one works well. It's my colleague who wrote it for my use case! :-)