BilalShahid13 / PersistentBottomNavBar

A highly customizable persistent bottom navigation bar for Flutter
BSD 3-Clause "New" or "Revised" License
507 stars 368 forks source link

The "Keyboard hiding TextFields" issue #322

Open icnahom opened 1 year ago

icnahom commented 1 year ago

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.

jurrdb commented 1 year ago

I think this behavior should be reversed. Right now, the parameter behaves opposite compared to the resizeToAvoidBottomInset of Scaffold.

ravikumarbigwings commented 3 months ago

I think this behavior should be reversed. Right now, the parameter behaves opposite compared to the resizeToAvoidBottomInset of Scaffold.

no its not working