glass_bottom_navigation 0.1.0
glass_bottom_navigation: ^0.1.0 copied to clipboard
A customizable frosted glass bottom navigation bar with optional search action.
0.1.0 #
- Simplified public API for
GlassBottomBar. - Added
GlassBottomNavStylefor grouped visual customization. - Added optional built-in search button with
onSearchTap. - Added optional
widthandheightoverrides onGlassBottomBar. - Added automatic responsive width/height sizing when overrides are not set.
- Enforced supported item count (2 to 4) and index range assertions.
- Implemented centered layout without search and trailing layout with search.
- Replaced template library entrypoint with real package exports.
- Added standard
/exampleFlutter app with 2/3/4 tab demos and search toggle. - Added widget tests for rendering, assertions, interactions, and layout behavior.
- Updated README documentation.