PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
The "Keyboard hiding TextFields" issue
https://github.com/BilalShahid13/PersistentBottomNavBar/blob/d9fd3ba1b4383169379a9f47917b2df3536270e2/lib/models/persistent_nav_bar_scaffold.widget.dart#L155
If resizeToAvoidBottomInset
is set to true
, why is the code above removing the bottom view insets from MediaQuery
?
The intended behavior should be to have the padding when resizeToAvoidBottomInset
is set to true
, not remove it.
I think this behavior should be reversed. Right now, the parameter behaves opposite compared to the resizeToAvoidBottomInset
of Scaffold
.
I think this behavior should be reversed. Right now, the parameter behaves opposite compared to the
resizeToAvoidBottomInset
ofScaffold
.
no its not working