fancy_bottom_navigation_plus 1.0.4
fancy_bottom_navigation_plus: ^1.0.4 copied to clipboard
An animated Bottom Navigation Bar for Flutter apps, icon animates into place, colors are customisable..
Changelog #
All notable changes to this project will be documented in this file.
1.0.4 - 2026-03-25 #
Added #
- New
activeIconColorandinactiveIconColorproperties inTabDatafor granular icon color control. - Integrated Haptic Feedback (
selectionClick) to tab selection for a tactile user experience. - Added Razorpay Donate button and support links to README.
- Included a detailed Contribution Guide in README to streamline community involvement.
- Added comprehensive DartDoc comments for all public APIs across the library.
Changed #
- Implemented
RepaintBoundaryfor the navigation bar background and moving arc to significantly reduce paint workloads. - Optimized
HalfPainterandHalfClipperto eliminate redundant repaints/reclips. - Refined animation curves to
Curves.easeInOutfor smoother, more organic transitions. - Redesigned
README.mdfor improved SEO and overall readability. - Applied
constconstructor optimizations throughout the codebase.