bottom_navigation_spotlight 0.4.0
bottom_navigation_spotlight: ^0.4.0 copied to clipboard
A customizable bottom navigation bar with spotlight effects.
Changelog #
0.4.0 - 2024-12-29 #
🔄 Changed #
- Renamed
MenuItemtoSpotlightItemfor better semantic meaning - Simplified the package to focus on core navigation functionality
- Improved type safety and null safety implementation
🛠️ Improved #
- Enhanced customization options for navigation items
- Added support for custom gradient configurations
- Improved border customization
- Added animation duration and curve controls
- Enhanced shadow and elevation options
- Added better support for different screen sizes
🐛 Fixed #
- Fixed item spacing issues in different screen sizes
- Improved handling of long labels
- Fixed animation jank when rapidly switching items
📚 Documentation #
- Updated documentation with comprehensive customization examples
- Added detailed API documentation
- Improved code comments for better developer experience
0.1.0 Initial Release #
- Initial release of the
bottom_navigation_spotlightpackage - Core Features:
- Customizable
BottomNavigationSpotlightwidget - Dynamic navigation items with icons and labels
- Selection highlights with smooth animations
- Flexible styling options including:
- Custom colors for selected/unselected states
- Configurable icon and text sizes
- Custom padding and spacing
- Gradient, border, and shadow support
- Responsive design that adapts to different screen sizes
- Built-in safe area support
- Gesture handling for smooth interaction
- Customizable
0.0.1 Pre-release #
- Initial package setup and structure
- Basic implementation of bottom navigation concept
- Preliminary documentation