Skip to content

Latest commit

 

History

History
87 lines (46 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

87 lines (46 loc) · 1.58 KB

7.0.0-unreleased

  • Added customizations options for the bottom navigation bar such as shadowColor, showElevation, blurRadius, spreadRadius, shadowOffset, borderRadius, and itemPadding.

6.0.0

  • Stable Null Safety support

6.0.0-nullsafety.0

  • Null Safety support

5.6.0

  • Added Tests
  • Added public API documentation

5.4.0

  • Added containerHeight param to change the Navigation Bar height

5.3.2

  • Added curve param to customize the item change's animation
  • Added textAlign property in BottomNavyBarItem to change the alignment of the item title

5.2.2

  • Added [mainAxisAlignment] property to align the items in the navigation bar

5.2.1

  • Added [itemCornerRadius] property to change the active item's corner radius

5.2.0

  • Added optional parameter animationDuration to BottomNavyBar
  • Fixed issue, that selectedIndex has to be final in StatefulWidget
  • BottomNavyBar changed to StatelessWidget

5.1.0

  • Added assertion to prevent more than five items

5.0.0

  • Fixed: Bar is too low at iPhone X(s/R)

4.2.0

  • Fixed the width of the Bottom navigation bar

4.1.0

  • Added support to hide/show appBar's elevation

4.0.0

  • Fixed: Can't set default active item before Tap

3.0.0

  • Animation duration set to 270 milliseconds && code improved.

2.2.0

  • Icon now have default inactive color as the active color (bug fixed).

2.1.0

  • Icon now have default inactive color as the active color.

2.0.0

  • Full update & more improved.

1.1.1

  • First stable version.

0.1.1

  • Few updates.

0.1.0

  • Initial beta release.