bottom_navigation 0.0.9
bottom_navigation: ^0.0.9 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.7 #
Sep 13, 2025 #
✨ Created #
-
✅ Added BottomNavScaffold with
per-pageAppBar,FAB,nested navigators, and optional custom bottom bar. -
✅ Added
preservePageStatefor tab state retention usingIndexedStack. -
✅ Integrated PopScope with
onPopInvokedWithResult,double back-to-exit, andswitch-to-first-tabsupport. -
✅ Updated
CustomBottomNavBarwithbadges,per-tab colors,label styles, andBottomNavigationBarType. -
✅ Refactored
NavBarItemandNavPageConfigfor better customization and page-level back handling
0.0.6 #
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.