PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
A highly customizable persistent bottom navigation bar for Flutter
Hi there, Thanks for the very useful package but it lacks customising the page animation. I read through #57, #38 and #103. There are some ways that you can override...
with this: handleAndroidBackButtonPress: true, // Default is true. it will always return to 0 index, but I want it to return to my initial index of 2 and not 0...
Hello, I'm getting the issue `======== Exception caught by widgets library ======================================================= The following assertion was thrown building EmployeesAndCompaniesTab(dirty): setState() or markNeedsBuild() called during build. This Obx widget cannot be...
 当我隐藏NavigationBar 时候出现黑色
Fix Error: The getter 'backgroundColor' isn't defined for the class 'ThemeData'.
../../.pub-cache/hosted/pub.dev/persistent_bottom_nav_bar-5.0.2/lib/neumorphic_package_by_serge_software/neumorphic_card.dart:57:57: Error: The getter 'backgroundColor' isn't defined for the class 'ThemeData'. - 'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('../../snap/flutter/common/flutter/packages/flutter/lib/src/material/theme_data.dart'). Try correcting the name to the name of an existing getter, or defining...
I encountered this error while building my app for android. /C:/Users/DELL/AppData/Local/Pub/Cache/hosted/pub.dev/persistent_bottom_nav_bar-5.0.2/lib/neumorphic_package_by_serge_software/neumorphic_card.dart:57:57: Error: The getter 'backgroundColor' isn't defined for the class 'ThemeData'. - 'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('flutter_windows_3.22.2-stable/flutter/packages/flutter/lib/src/material/theme_data.dart'). Try correcting the...
After upgrading flutter my project is not working, I facing this issue: ../../../.pub-cache/hosted/pub.dev/persistent_bottom_nav_bar-5.0.2/lib/neumorphic_package_by_serge_software/neumorphic_card.dart:57:57: Error: The getter 'backgroundColor' isn't defined for the class 'ThemeData'. - 'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('/usr/bin/flutter/packages/flutter/lib/src/material/theme_data.dart'). Try...
fix backgroundColor color for new material theme that error with updated flutter sdk version 3.22.1
Support Flutter 3.22