PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
A highly customizable persistent bottom navigation bar for Flutter
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...
title not change when change language
Trying to use an iconbutton '+' to open a modal (full screen) view. I can open the modal view just fine from a regular button on screens without the PersistentNavBar,...
Hi, I'm using the bottom navigation along side GetX package. when I use Get.back() to dismiss a drawer it doesn't work. and when I set the `handleAndroidBackButtonPress` to false and...
would be nice to add extra actions when users long press a navbar item EDIT: goes without saying that this shouldn't override the default behavior as with `onPressed`
I have a "brightness 100% and prevent screen record" on a page. After I push to next page i have to turn it off, And now I cannot find the...
Hey, first of all thanks for the great package. When pressing a button, i want to jump to a specific tab and then i want to navigate to a specific...
I am using `persistent_bottom_nav_bar: ^5.0.2`, and until now keep the botton navigation bar for all the screen, but, How can i show a global snakbar? I want to generate a...