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
trafficstars

Hi, The issue happens when I set `navBarHeight: 90` or greater. The problem is that the IPhone has curved corners which are not visible in screenshot, and the bottonNavBar tries...

![image](https://github.com/BilalShahid13/PersistentBottomNavBar/assets/49829193/bcad8b63-ba1f-4ba1-8253-245afd4373bc) persistent_bottom_nav_bar: ^5.0.2 flutter doctor: Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.13.1, on Microsoft Windows [versÆo 10.0.22621.2134], locale en-US) [√] Windows Version...

how can i set to take full available width space for 3 < item

@override Widget build(BuildContext context) { badgeProvider = context.watch(); widgetContext = context; return Scaffold( key: _scaffoldKey, extendBody: true, extendBodyBehindAppBar: true, body: PersistentTabView( context, controller: _controller, screens: screens, items: _navBarsItems(), confineInSafeArea: true,...

I have set stateManagement: false, but everytime I click the tab, all of the screen are rebuilt.Like I have screen A and B, when I tap menu A , menu...

After coming from onesginal click event my bottom navbar is not visible.

![Snipaste_2024-01-18_10-59-59](https://github.com/BilalShahid13/PersistentBottomNavBar/assets/15150244/4bcc887b-fa53-47ca-a40f-cbd28f2567d6) Just like this

style16 icon the item size in the middle should be slightly larger. When we replace it with svg, we cannot enlarge it as a widget and there must be null...

When opening the textFormfield the screen is not redrawn and the textFormField is not displayed when the keyboard is displayed. This error should be solved by the library, not with...

Hello, I want to put an ad above the navigation bar persistently, how can I do it? Thank you