frosty_float_navigation 1.0.0
frosty_float_navigation: ^1.0.0 copied to clipboard
A sleek frosted glass-style floating bottom navigation bar for Flutter apps.
Changelog #
1.0.0 Improvements and Refinements #
๐ ๏ธ Improvements #
- Removed SafeArea: The
SafeAreawidget was removed from the bottom navigation bar for a cleaner integration. - Simplified Menu Items: Text elements were removed from navigation items, focusing purely on icons for a more minimalist design.
- Improved Code Efficiency: Removed redundant code to streamline widget behavior and improve maintainability.
๐งน Refactoring #
- Updated
_buildMenuItemto focus on icon rendering without unnecessary nesting. - Optimized padding and decoration for better visual clarity.
๐ Bug Fixes #
- Fixed minor inconsistencies in navigation item rendering.
Note: Please update your dependencies and ensure compatibility with Flutter SDK >=3.0.0.
0.0.1 Initial Release #
๐ Features #
- Frosty floating bottom navigation bar with frosted glass design.
- Customizable navigation items with icons and screens.
- Supports dynamic item count with flexible configuration.
๐ ๏ธ Improvements #
- Optimized performance with memoized constants.
- Clean and modular widget design for easy customization.
๐ฆ Dependencies #
- Flutter SDK version ^3.6.0