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

When switching between two bottom bar item instantly (before that animation ends) cause a black screen. Any idea how to fix?

I am using PersistentTabView.custom with customWidget. When I click on any bottom navigation tab all build methods are executed. How to prevent for rebuilding all pages? I just want that...

How to add notched icons for middle icons in style15? I try to mix it with bottomappbar but fail here is the code : return Scaffold( key: _scaffoldKey, body: BottomAppBar(...

**How can I reproduce the "popAllScreensOnTapOfSelectedTab" functionality if I have a PersistentTabView Custom?** I want that by tapping the bottom menu item, all open screens are closed and go to...

- How to manually activate a tab when onPressed is used with showModalBottomSheet? - Situation: Second tab calls showModalBottomSheet - Problem / Current Behavior: I'm in the first tab. When...

https://user-images.githubusercontent.com/88366070/138468551-687b60b2-d3a6-47fe-960c-137b3bfa2244.mp4 Looking at the recorded screen you are going to understand the issue am facing

Tap on the center add nav bar item, sometime this error show: `Exception caught by gesture: Null check operator used on a null value` ``` @override Widget build(BuildContext context) {...

The attribute **onItemSelected** was missing in PersistentBottomNavBar.custom() **> I've added the attribute to enable switching dynamic between tabs**

To enable custom navBars to pop all screens inside the tab when clicking the same nav/tab icon, the following are modified: - Modify customWidget from **widget** to a **widget builder**...

You should define null value of Border Radius