PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
A highly customizable persistent bottom navigation bar for Flutter
How to pop the PersistentTabBarView page so that PersistentBottomNavBar disappears
Is there any way I can hide the navigation bar when we push a new screen without using the `pushNewScreen` function? I have a different navigation mechanism where I am...
when I open a page from a drawer, the menu is no longer visible, how can i solve this see that full example import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:persistent_bottom_nav_bar/persistent-tab-view.dart'; void...
- Fixed custom bar height - Added replace option to pushNewScreen()
I would like to know how to implement a Change Notifier to change to another Nav Bar Option when user clicks on a button. I tried changing the `_controller.index` For...
I have implemented the package as instructed in the Readme. On my home page, I have a sub-page that contains a ListView. If I navigate to that sub-page and then...
Is there a curved bottom nav bar style with this package? and if not, any plans to implement one, or any hints on how to implement one ?
Hi, I have a home_page which holds 4 tabs (profile, favorites, search, genres) and a main App Bar for all of them. When I navigate from one of these tabs...
I saw this closed issue: https://github.com/BilalShahid13/PersistentBottomNavBar/issues/57 Searching a solution in my issue https://github.com/BilalShahid13/PersistentBottomNavBar/issues/227 I tried to use "pushNewScreenWithRouteSettings" with the option "pageTransitionAnimation". And I was surprised to see that I...
Let's say i have 3 class A,B,C. In class A i have declared the persistent bottom bar. From class A to B i'm navigating using pushNewScreen with nav bar false...