Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.79 KB

File metadata and controls

68 lines (48 loc) · 1.79 KB

[2.0.5] - 26.05.2025

  • Fix improperly shown [BottomBarItem] active background color

[2.0.4+1] - 26.05.2025

  • Improved documentation

[2.0.4] - 10.12.2024

  • Add option to place [boxShadow]s
  • Updated deprecated [withOpacity] method

[2.0.3] - 26.11.2022

  • Added option to change [BottomBar] mainAxisAlignment

[2.0.2] - 17.07.2022

  • Title widget can now be null
  • Big thanks to rrkas for the PR

[2.0.1] - 07.06.2022

  • Added option to change BottomBar padding

[2.0.0] - 22.05.2022

  • Breaking Change: darkActiveColor is removed to simplify the api. Instead, use PlatformBrightness to check dark mode and adjust the color accordingly
  • Added option to individually control the color of icon and title
  • Added option to change the border of an active BottomBarItem's background color

[1.3.0+1] - 27.12.2021

  • Added showActiveBackgroundColor parameter docs

[1.3.0] - 27.12.2021

  • Added showActiveBackgroundColor parameter

[1.2.5] - 22.10.2021

  • Added inactiveIcon parameter

[1.2.4] - 27.07.2021

  • Added height parameter

[1.2.3+1] - 10.07.2021

  • Improved documentation

[1.2.3] - 10.07.2021

  • Added support for changing background color of entire bottom bar

[1.2.2+1] - 13.06.2021

  • Improved documentation

[1.2.2] - 13.06.2021

  • Fixed key not being assigned to BottomBarItem

[1.2.1] - 22.05.2021

  • Added support for adding a Key to BottomBarItem

[1.2.0+1] - 29.04.2021

  • Improved formatting

[1.2.0] - 29.04.2021

  • Added support for changing the active color of BottomBarItem during dark mode
  • Improved documentation in code

[1.1.0] - 22.04.2021

  • Improved icon visibility in light mode
  • Added support for dark mode

[1.0.0+1] - 18.04.2021

  • Improved README

[1.0.0] - 18.04.2021

  • Initial release of Bottom_bar