- Fix improperly shown [BottomBarItem] active background color
- Improved documentation
- Add option to place [boxShadow]s
- Updated deprecated [withOpacity] method
- Added option to change [BottomBar] mainAxisAlignment
- Title widget can now be null
- Big thanks to rrkas for the PR
- Added option to change BottomBar padding
- Breaking Change: darkActiveColor is removed to simplify the api. Instead, use PlatformBrightness to check dark mode and adjust the color accordingly
- Added option to individually control the color of icon and title
- Added option to change the border of an active
BottomBarItem's background color
- Added showActiveBackgroundColor parameter docs
- Added showActiveBackgroundColor parameter
- Added inactiveIcon parameter
- Added height parameter
- Improved documentation
- Added support for changing background color of entire bottom bar
- Improved documentation
- Fixed key not being assigned to
BottomBarItem
- Added support for adding a
KeytoBottomBarItem
- Improved formatting
- Added support for changing the active color of
BottomBarItemduring dark mode - Improved documentation in code
- Improved icon visibility in light mode
- Added support for dark mode
- Improved README
- Initial release of Bottom_bar