cuberto_bottom_bar 1.2.0 cuberto_bottom_bar: ^1.2.0 copied to clipboard
An animated bottom navigation bar supporting drawer icon at start or end or can be used with the drawer icon and is provided with 2 different styles.
[1.2.0] #
- Removed
overflow
to be compatible with FLutter 1.22
[1.1.2+3] #
- Key added to TabItem
[1.1.1+2] #
- Some issue fixes.
[1.1.1+1] #
- Added
tabGradient
property to add background gradient to the selected tab.
[1.1.1] #
- Added a feature to programmatically change the tab.
- initialSelection has been changed to selectedTab which has the set with the current index / position of the tab fetched from onTabChangedListener.
[1.1.0] #
- Breaking change: Migration to AndroidX
- Breaking change: Minor UI tweaks
- Added
padding
property - Added
barShadow
property - Added
borderRadius
property toTabData
- Added
SafeArea
to render correctly on iPhones with gestures - Fixed some analyzer issues
- Improved some code formatting
- Updated Kotlin and AS plugin example versions
[1.0.0] #
- Increased button padding
- Option added to add border radius
[0.0.2] #
- Fixed mistakes in README.md
- Fixed some bugs
[0.0.1] #
- The first beta release of Cuberto Bottom Bar