- Added support for Flutter 3.22.0
- Removed the dependency on the Key to fix the selected tab index issue Which got introduced in Flutter 3.22.0 in Release build.
- Added support for Flutter3
- Breaking changes:
CubertoDrawerStyle
values has been changed - Breaking changes:
CubertoTabStyle
values has been changed
- Added support for Flutter2
- Removed
overflow
to be compatible with FLutter 1.22
- Key added to TabItem
- Some issue fixes.
- Added
tabGradient
property to add background gradient to the selected tab.
- 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.
- 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
- Increased button padding
- Option added to add border radius
- Fixed mistakes in README.md
- Fixed some bugs
- The first beta release of Cuberto Bottom Bar