Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

77 lines (42 loc) · 1.35 KB

5.0.0-nullsafety.0

  • Null Safety support
  • [breaking change] TitledNavigationBarItem.icon is now of type Widget rather than IconData.
  • Added TitledBottomNavigationBar.height
  • Added TitledBottomNavigationBar.indicatorHeight

4.1.0

  • Added support RTL TextDirection. See (#22)

4.0.0

  • TitledNavigationBarItem title can now be any widget
  • Added enableShadow param to remove the builtin shadow.

3.6.0

  • Removed white color bellow the indicator
  • Removed initialIndex property. Please use currentIndex instead

3.5.0

  • Removed initialIndex property. Use currentIndex instead
  • Improved animation duration
  • Fixed: on iPhone Devices (iPhone X Above) navigation bar is getting too low behind iPhone's floating bar at bottom
  • Fixed: Calling toDouble() on null

3.0.1

  • code improvements

3.0.0

  • added currentIndex property to updated the Bar by giving an index.

2.2.0

  • option to define a custom item background color

2.1.0

  • option to define a custom curve animation

2.0.0

  • option to show title/icon on selected item (added reverse mode)

1.5.0

  • Documentation improved

1.0.0

  • Good first version (v1)

0.9.1

  • Bug assertion bug fixed

0.9.1

  • Added support to notify the parent on item click

0.5.1

  • Added support to set indicator color

0.1.1

  • Added support to set icon color

0.0.1

  • First release (beta)