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

The ability to allow the addition of icons for material

Hi, In our app we are using PersistentBottomNavBar and everything is working fine. We have 4 tabs in the MainScreen. Each tab needs to show a different AppBar. How can...

Im having trouble when i build my apk. Im using custom persisten tab view. The bottom navigation bar is colored grey and has no icon `PersistentTabView.custom( context, controller: _controller, itemCount:...

## Status **READY** ## Breaking Changes NO ## Description - Remove deprecated Flutter Android v2 Embedding usages, including in example app - Bump Dart SDK version from 2.12.0 to 2.17.0...

When I am showing a modal bottom sheet with a textfield through `showModalBottomSheet` and `useRootNavigator: true` to show it above the navbar, the bottom sheet doesn't move when the keyboard...

I want to increase the size of icon. size parameter isn't working for me because I am using icon from asset. Below is the code I am using: ``` PersistentBottomNavBarItem(...

Hi, i am using PersistentTabView.custom. 1- Cant set height. I solved it inside constants.dart. For issue 2 background is not transparent even if i set transparent. background: black ![black](https://user-images.githubusercontent.com/54400705/147419802-7778f369-bc03-4791-b6f4-6ecfa757e6ef.PNG) background:...

I want to have a transparant navigation bar. In a `Scaffold` I could simply set `extendedBody: true` and have a transpoarant background. It would be nice to have this function...

Hello Dear, In the Pull Request you will find 2 commits, one of them to allow the page changing from outside, and the second is just a fix for all...