flutter_animated_bottom_nav 0.0.3
flutter_animated_bottom_nav: ^0.0.3 copied to clipboard
A highly customizable animated bottom navigation with morphing icons, badge support, and smooth transitions
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.3 - 2024-12-19 #
Fixed #
- Applied Dart formatter to all source files for consistent code formatting
- Resolved formatting issues that were causing static analysis failures
- Improved code readability and maintainability
0.0.2 - 2024-12-19 #
Fixed #
- Fixed deprecated
withOpacityusage by replacing withwithValuesto avoid precision loss - Updated analysis_options.yaml to remove deprecated lint rules
- Resolved static analysis warnings and improved code quality
0.0.1 - 2024-01-01 #
Added #
- Initial release of Flutter Animated Bottom Navigation
- Morphing icon animations with scale, rotation, and bounce effects
- Badge support with customizable styling
- Highly customizable navigation bar styling
- Smooth transitions with configurable duration and curves
- Haptic feedback support
- Factory methods for common navigation items
- Comprehensive API documentation
- Example app demonstrating all features
Features #
AnimatedBottomNavwidget with morphing animationsNavItemmodel for navigation itemsNavStylefor comprehensive styling optionsBadgeStylefor badge customizationMorphingIconwidget for smooth icon transitionsNavItemWidgetfor individual item displayBadgeWidgetfor notification badges- Extension methods for easy item creation
Documentation #
- Complete README with usage examples
- API reference documentation
- Code examples for all features
- Installation instructions