easy_bottom_nav 0.1.0
easy_bottom_nav: ^0.1.0 copied to clipboard
A customizable and responsive bottom navigation bar for Flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
0.1.0 #
Added #
- Introduced
EasyBottomNavas a reusable widget built on Flutter'sBottomNavigationBar. - Added
EasyBottomNavItemmodel with support foricon,activeIcon,label,tooltip, and optionalbackgroundColor. - Added configurable styling and behavior options like colors, label styles, icon size, and feedback.
- Added assertions to validate minimum items and
currentIndexbounds.
Changed #
- Rebuilt the example app to demonstrate real tab switching with Home, Search, and Profile sections.
- Replaced placeholder tests with widget tests for rendering, tap callbacks, and assertion behavior.
- Updated README usage to reflect the widget-based API.