bottom_navigation 0.0.2
bottom_navigation: ^0.0.2 copied to clipboard
bottom_navigation is a Flutter package that provides a reusable and customizable bottom navigation bar with badge support. It includes dynamic badge counts, easy navigation management using `flutter_b [...]
Changelog #
All notable changes to this project will be documented in this file.
0.0.2 #
Added #
- Introduced a reusable
BottomNavScaffoldwidget for easy integration of a bottom navigation bar. - Added
NavBarItemmodel to define items in the bottom navigation bar. - Implemented
BadgeCountCubitto manage and update badge counts dynamically. - Created
CustomBottomNavBarwidget with badge support for each navigation item. - Added
AppBadgewidget for displaying badges with customizable colors and sizes. - Integrated
flutter_blocfor managing navigation index and badge counts. - Provided an example of how to use the package with a bottom navigation setup.
0.0.1 #
- Initial Release.