PersistentBottomNavBar icon indicating copy to clipboard operation
PersistentBottomNavBar copied to clipboard

A highly customizable persistent bottom navigation bar for Flutter

Results 163 PersistentBottomNavBar issues
Sort by recently updated
recently updated
newest added

Issue: CustomTabView always returns routeBuilder even if onGenerateRoute is set.

When a user clicks/taps on a tab, is there a way to **always** pop all screens, whether the user is already on the selected tab **or not**? I took a...

after using PersistentBottomNavBar I'm unable to show snackbar. Snackbar shows behind bottomNavBar.

`======== Exception caught by gesture =============================================================== The following _CastError was thrown while handling a gesture: Null check operator used on a null value When the exception was thrown, this was...

/D:/files/flutter-sdk/flutter/.pub-cache/hosted/pub.dartlang.org/persistent_bottom_nav_bar-4.0.2/lib/persistent-tab-view.widget.dart:368:22: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null. - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('/D:/files/flutter-sdk/flutter/packages/flutter/lib/src/widgets/binding.dart'). WidgetsBinding.instance!.addPostFrameCallback((_) {

I've implemented NestedWillPopScope with null-safety. Separated so if later need to be used no need to implement all data from package just this file. Updated dependency as well. All behaviour...

I founded this: https://pub.dev/packages/persistent_bottom_nav_bar_v2 https://github.com/jb3rndt/PersistentBottomNavBarV2

https://user-images.githubusercontent.com/1039534/172230767-237ca38c-015d-4c01-9c0f-df5977a3093b.mov I know that PrimaryScrollController is important. The ability to move the ScrollView to the top of the screen when the status bar in iOS is touched does not work...