Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

60 lines (35 loc) · 1.26 KB

[1.4.0]

  • add BartMenuRoute.bottomBarBuilder isActive property to builder

[1.3.0]

  • NavigationRail sidebar or custom sidebar is now available

[1.2.1]

  • Fix prevent rebuilding bottom items when route change

[1.2.0]

  • Add BartMenuRoute.bottomBarBuilder to build a single item bottom bar (so you can show notification badge on it)
  • Add onRouteChanged callback to BartScaffold to get notified when route change

[1.1.0]

  • Material 3 bottom bar theme
  • Hide / show bottom bar from action

[1.0.0]

  • enable hot reload
  • parent context is now available
  • will pop scope is now supported
  • nested route can be canceled by tapping on parent tab item
  • rework how Bart work to improve stability & performance

[0.3.1]

  • upgrade android example project

[0.3.0]

  • preserve state and scroll within navigation if cache activated

[0.2.0]

  • remove unnecessary null check

[0.1.1] - Transitions

  • handle transition for routes (optionnal) default is none
  • handle transition duration for routes (optionnal) default is 300ms

[0.1.0] - Add settings to page build

  • add args setting to sub navigation

[0.0.3] - Cache and Appbar animation

  • show or hide appbar with animation
  • preserve page in cache (see readme)

[0.0.1] - First release

  • first release