salomon_bottom_bar 3.2.0 salomon_bottom_bar: ^3.2.0 copied to clipboard
Yet another bottom navigation bar, but with a few key promises.
[3.2.0] - December 9, 2021 #
- Added RTL text directionality support
[3.1.0] - June 17, 2021 #
- You can now adjust the button shape with the itemShape constructor argument
[3.0.0] - March 9, 2021 #
- Null safety
[2.0.1] - January 30, 2021 #
- Add selectedColorOpacity
[2.0.0] - September 13, 2020 #
- Use Material icon/primary colors automatically
- Follow BottomNavigationBar API more closely by making currentIndex optional
- Expose duration and curve
- Change SBBItem to SalomonBottomBarItem
[1.0.6] - May 18, 2020 #
- Match hover/highlight/splash/focus colors to selectedColor
[1.0.5] - May 18, 2020 #
- Improve color transitions
[1.0.4] - May 18, 2020 #
- Refactor to use TweenAnimationBuilder
[1.0.3] - May 17, 2020 #
- Make default margin 8px all
[1.0.2] - May 17, 2020 #
- Improve curves/duration adherance to specs.
[1.0.1] - May 17, 2020 #
- Meet all Salomon specifications.
- Mimic
BottomNavigationBar
semantics.