bottom_navigation_spotlight 0.2.0
bottom_navigation_spotlight: ^0.2.0 copied to clipboard
A customizable bottom navigation bar with spotlight effects.
Changelog #
0.2.0 YYYY-MM-DD #
🚀 Added #
- Added
BottomNavigationSpotlight.medical()factory constructor for medical app templates. - Added
BottomNavigationSpotlight.ecommerce()factory constructor for e-commerce app templates.
🛠️ Improved #
- Enhanced customization options for menu items, background colors, icon sizes, and text styles.
📚 Documentation #
- Updated
README.mdwith examples formedicalandecommerceusage.
0.1.0 Initial Release #
- Initial release of the
bottom_navigation_spotlightpackage. - Introduced the customizable
BottomNavigationSpotlightwidget.- Support for dynamic menu items (
MenuItem) with icons and labels. - Customizable color options for selected and unselected items.
- Option to change icon size, text size, padding, and other properties.
- Ability to apply gradients, borders, and shadows to selected/unselected items.
- Designed to be flexible and easily integrated into any Flutter project.
- Support for dynamic menu items (
- Features:
- Customizable item icons with selection highlight.
- Supports gradients, borders, and box shadows for a modern look.
- Simple interface for easy configuration and integration.
0.0.0 Pre-release #
- Package setup with initial file structure.
- Basic widget scaffold with the bottom navigation bar concept.