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've encountered an issue where the entire widget tree is being rebuilt multiple times (3-4 times) when the keyboard appears or disappears while using the persistent_bottom_nav_bar package. Problem Description: When...

I'm encountering an issue with the `PersistentBottomNavBarItem` in Flutter. I'm observing that the clickable area for the item is limited to the icon itself, and clicking around the icon doesn't...

I tried to hide and show the nav bar by clicking a button by managing the state. In iOS there shown a **black container** right behind the navbar for a...

I have an RTL app. The screen transition is still from left to right, even when the app is from right to left. Is there any way to configure the...

popAllScreensOnTapOfSelectedTab is missing new release. it was used to pop all screens when another tab is pressed/

Code **PersistentBottomNavBarItem** location on MainPage.dart How To Disabled Route On PersistentBottomNavBarItem, but i'm only use All Route in Main.dart

. ***issue description:*** I use svg img to be ```PersistentBottomNavBarItem``` ```icon``` arg, however I can't find any solution to modify the padding after using ```title``` arg assets code : `SvgPicture.asset(...

Hi, I am useing this package for my all project I just saw that in PersistentBottomNavBarItem need a width variable to set selected item width an example I want to...

Drawer or endDrawer are always opened behind the persistent bottom navigation bar. Is there a solution to force the Drawer on top of the Persistent Bottom Nav Bar?