- add BartMenuRoute.bottomBarBuilder isActive property to builder
- NavigationRail sidebar or custom sidebar is now available
- Fix prevent rebuilding bottom items when route change
- 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
- Material 3 bottom bar theme
- Hide / show bottom bar from action
- 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
- upgrade android example project
- preserve state and scroll within navigation if cache activated
- remove unnecessary null check
- handle transition for routes (optionnal) default is none
- handle transition duration for routes (optionnal) default is 300ms
- add args setting to sub navigation
- show or hide appbar with animation
- preserve page in cache (see readme)
- first release