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

I am trying to push new Screen from the Drawer, but it seems like its not possible to push new Screen as it does not exist in current navigation stack,...

Hi, What would be the best to show/hide the bottomNavBar on scrolling up and down with slide up/down animation? As an example for that is LinkedIn app! Thank you.

I want to programmatically switch to a different screen. It is easy to add a screen to the current tab and it is easy to switch tabs with tabController.jumpToTab(), but...

Hi, I have implemente this package in my app and it works very well with 5 different tab bar items. The only issue is that when I am inside a...

I love this package has null safety and has a nice pass to a new screen, but comparing to other packages and traditional navigation bar, icons are not sensitive. I...

I have the PersistentTabView setup in provider condition, eg: ``` Widget build(BuildContext context) => Consumer( builder: (_, condition, __) { _controller!.jumpToTab(1); // adding this wont make the tab to force...

When using style15 and hideNavigationBar = true, the navbar is hidden but leave behind 2 invisible rectangles that can receive click events, causing click event to trigger at navbar instead...

First of all, great work on this, I love it. I have a problem where I want the menu to be disabled if certain condition is not met I followed...

Hello, I would like to call a function when an item is clicked. I saw that PersistentBottomNavBarItem has a specific option named "onPressed" to manage such a thing. My problem...