o4x / infinity_ui

A flutter plugin for remove status & navigation bar padding.
https://pub.dev/packages/infinity_ui
MIT License
6 stars 4 forks source link

keep InfinityUi.navigationBarHeight updates #6

Open Doflatango opened 3 years ago

Doflatango commented 3 years ago

After InfinityUi enabled, the MediaQueryData.viewInsets does not update any more, you will always got a zero padding, does this should be considered as a bug? and unfortunately, InfinityUi.navigationBarHeight does not update any more too, unless you call InfinityUi.disable() and then call InfinityUi.enable() again.

So, if InfinityUi enabled, then once keyboard appears, keyboard will cover a part of UI, if value of InfinityUi.navigationBarHeight can keep updates, then we can rebuild widgets to fix this problem.