- Added new style
DotBarOptions
- Improved
BarAnimation.liquid
- Updated documentation
- Removed unnecessary code
- Updated documentation
- Optimized the performance of
DotBarOptions
style - Fixed:
Badge
padding issue #22 - Removed redundant code for increased efficiency.
- Added new style
DotBarOptions
- Added
NotchStyle
- Fix: badge display issue when using
AnimatedBarOptions
- Removed unnecessary code
- Fix: #11
- Fix: background color is not changing issue #10
- Fix: Bug fixes
- Changed:
items: List<dynamic>
toList<BottomBarItem>
- Added:
option:
BubbleBarOptions
andAnimatedBarOptions
- Fix: Flutter 3.7 compatibility issue #8. Thanks to PR #7
- Fix: issue #5 where hover effect is not working properly
- Added
BarAnimation.drop
- Performance Improvements
- Added support for Material3 design
- Fixed height issue
- Fixed lint warnings
- Performance Improvements
- Removed unnecessary code
- Performance Improvements
- Removed unnecessary code
- Updated README.md
- Fixed issue #2
- Fix icon size issue
- Added default
IconStyle.Default
- Updated Example
- Added
selectedIcon
inAnimatedBarItems
.
- Added
BarAnimation.liquid
- Merged
AnimatedNavigationBar
andBubbleNavigationBar
intoStylishBottomBar
See how to migrate - Fixed some minor performance issues
- Added
iconStyle:
IconStyle.animated
andIconStyle.simple
- to remove animations and icon title use
IconStyle.simple
- Updated Example Code
- Added
bubbleFillStyle:
BubbleFillStyle.fill
BubbleFillStyle.outlined
- Minor bug fixes
- Added
BarAnimation.transform3D
- Performance improvements
- Minor bug fixes
- Added
badgeRadius:
- Minor bug fixes
- Initial release.