Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 1.44 KB

[3.1.0]

[3.0.0]

  • Added support for Flutter3
  • Breaking changes: CubertoDrawerStyle values has been changed
  • Breaking changes: CubertoTabStyle values has been changed

[2.0.0]

  • Added support for Flutter2

[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 to TabData
  • 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