stage_navigation_bar 0.1.0 stage_navigation_bar: ^0.1.0 copied to clipboard
A Flutter package for beautiful navigation bar with animation when select item.
0.0.1 - 19/06/2024 #
- Initial version.
0.0.1+1 - 19/06/2024 #
- Update assets path in README.md.
0.0.1+2 - 19/06/2024 #
- Update assets path in README.md.
- Update LICENSE to MIT License.
0.0.1+3 - 19/06/2024 #
- Update README.md assets.
0.0.1+4 - 19/06/2024 #
- Update description in pubspec.yaml.
0.0.1+5 - 26/06/2024 #
- Add v0.0.1+4 changelog in CHANGELOG.md.
- Update github badge color in README.md.
0.1.0 - 27/06/2024 #
- Add named constructor
StageNavigationBar.builder
. - Add more indicator animation transitions
IndicatorAnimationDirection
. - Accept
items
anditemsCount
greater or equal to 0. - Enhance some codes.
- Enhances in code structure.
- Update README.md.
- Update example project.