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-page
AppBar
,FAB
,nested navigators
, and optional custom bottom bar. -
✅ Added
preservePageState
for tab state retention usingIndexedStack
. -
✅ Integrated PopScope with
onPopInvokedWithResult
,double back-to-exit
, andswitch-to-first-tab
support. -
✅ Updated
CustomBottomNavBar
withbadges
,per-tab colors
,label styles
, andBottomNavigationBarType
. -
✅ Refactored
NavBarItem
andNavPageConfig
for better customization and page-level back handling
0.0.6 #
0.0.2 #
Added #
- ✅ Introduced a reusable
BottomNavScaffold
widget for easy integration of a bottom navigation bar. - ✅ Added
NavBarItem
model to define items in the bottom navigation bar. - ✅ Implemented
BadgeCountCubit
to manage and update badge counts dynamically. - ✅ Created
CustomBottomNavBar
widget with badge support for each navigation item. - ✅ Added
AppBadge
widget for displaying badges with customizable colors and sizes. - ✅ Integrated
flutter_bloc
for 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.