PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
A highly customizable persistent bottom navigation bar for Flutter
I am using this in PersistentTabView : onWillPop: (final context) async { await showDialog( context: context!, useSafeArea: true, builder: (final context) => Container( height: 50, width: 50, color: Colors.white, child:...
Hello, I am using Persistent Bottom Nav Bar in my project and I couldn't achieve a simple thing. While navigating from one screen to another without using the bottom nav...
navBarStyle: NavBarStyle.style15, middle round icon and text color why you put default selected color. it's not good. you should put is dynamic color. 
Canpop always returns false. Can you do something about it?
The page transitions can be done in Cupertino style and in a number of other styles. However, there is no way of using the Material style page transition.
Not sure if there is any way to define a gradient background when using PersistentTabView, not the custom one! If not, it would be great if you added such an...
i've try implement PersistentBottomNavBar, but i want swipe left & right between tab , is it possible?
How can I increase the middle icon size in style15.
Hello, Great package and good job! I wonder if there is a way after PersistentNavBarNavigator.pushNewScreen is to show all NavBarIcons with InActive colors (Nothing selected). For example on attached screenshot,...