PersistentBottomNavBarV2
PersistentBottomNavBarV2 copied to clipboard
A highly customizable persistent bottom navigation bar for Flutter
This should make the `PersistentTabView` more understandable and robust, expecially when using a custom navbar. ToDo: - [x] Remove `PersistentTabViewBase` which was just wrapped by `PersistentTabView` - [x] Make the...
I am using style 3 of this nav bar, and the text color is not listening to the inactive color setting. It is only showing in the active color for...
How to reproduce: In the example app select "Built-in style example", then press the plus button. The modal is not opened, and instead an exception is thrown. The reason is...
On iOS apps, tapping the top status bar should scroll to the top, which doesn't work here
copy PR from https://github.com/BilalShahid13/PersistentBottomNavBar/pull/221 autor by @PcolBP > I've implemented NestedWillPopScope with null-safety. > Separated so if later need to be used no need to implement all data from package...
Is there ability to implement CircularNotchedRectangle with the Style15?
Hey, I am using below version `persistent_bottom_nav_bar_v2: ^4.2.5` Issue is when I will redirect it from any screen using` pushNewScreen(context, screen: screen, withNavBar: true);` My app bar which is present...
If stateManagement is false, when click the tab, screen is bouncing. It is not animation. If I change to true, It is not bouncing. Any idea?
Hi, I want to have floatingActionButton in the second screen of app, but this is not completely visible how to reproduce ``` import 'package:flutter/material.dart'; import 'package:persistent_bottom_nav_bar_v2/persistent-tab-view.dart'; void main() => runApp(PersistenBottomNavBarDemo());...
It's very useful widget, thank you continus maintain on v2. I have a request, can we add a setting on PersistentTabView that we can trigger navigator stack clearing when onItemSelected....