PersistentBottomNavBar icon indicating copy to clipboard operation
PersistentBottomNavBar copied to clipboard

A highly customizable persistent bottom navigation bar for Flutter

Results 179 PersistentBottomNavBar issues
Sort by recently updated
recently updated
newest added

Hi y'all, I desperately want to use this package as it it very neat! Unfortunately there are still some bugs and cool features that I really miss. So I was...

I'm using Image.asset for the 'icon' parameter. Is it possible to add more parameters to the PersistentBottomNavBarItem to control the color if the icon when Image.asset is used as icon?

How to remove padding between image and text. I am using custom image for 'Home'

_TabSwitchingViewState hardcoded `CupertinoColors.black` in the Container widget of the `_buildScreends` method. https://github.com/BilalShahid13/PersistentBottomNavBar/blob/e2af9b4b3ee5f7063ab34a7377354dfe8ed5e20e/lib/models/persistent-nav-bar-scaffold.widget.dart#L418

how i can rebuild some screen when click on PersistentBottomNavBarItem?

As I have understood it, there are separate stacks for the different tabs, in order to keep the tabs separated, but I wonder, ### how do I refer to the...

Hi, I can hide navigation when call with pushNewScreen(withNavBar: false). But I only want to hide in full screen mode. Is it possible?

Hello, thank you for the lib. I have a problem with android back button and custom bottom nav bar. On some pages i have WillPopScope widget, but onWillPop never calls....