PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
A highly customizable persistent bottom navigation bar for Flutter
i have a button in home tab. if i click that button, the tab will switch to other tab. how its work.
Hello I'm building app with loading animation but I don't want app to be used during loading. When I show dialog with loading animation in one page it's show like...
Hi there, I am using PersistentBottomNavbar, and it's so far very cool. I wanted to add something and that is the Floating Action button in Style 13-16 with center docked....
When adding navigator keys for CutsomWidgetRouteAndNavigatorSettings, there will be a Null check operator used on a null value due to following: `assert( routeAndNavigatorSettings.navigatorKeys == null || routeAndNavigatorSettings.navigatorKeys != null &&...
`resizeToAvoidBottomInset`s default is documented as `true` in readme but it is clearly `false`. From `persistent-tab-view-widget.dart`: > this.resizeToAvoidBottomInset = false,
I have three menu items in my Persistent Nav Bar (PNB) Home, Social, More.. I have a button on the home page, which opens a page that normally loads when...
Hey there :D First of all: really nice work! It looks really good and is also customizable as hell. I have one drawback that I want to talk about tho.....
This is my current configuration. I would like to have the following flow: - Render first TabItem initial screen; - Push and render new screen inside the first TabItem with...
I have 5 tabs. When the 5th one is clicked, if the variable I will control is null, I want it not to be passed to that tab.