Skip to content

v0.9.0

Compare
Choose a tag to compare
@tomgilder tomgilder released this 27 May 14:51
· 74 commits to main since this release
  • Breaking change: PageStackNavigator no longer automatically provides a HeroController - to use heroes, wrap the navigator in a HeroControllerScope
  • Breaking change: refactored PageWrapper and StatefulPage (this is unlikely to affect you)
  • Added a new property to get the current route: Routemaster.of(context).currentRoute
  • Added documentation to all classes, properties and methods
  • Fixed: RouteData.of(context) sometimes throwing when navigating away from a page
  • Fixed: issue with rebuilding routes when RoutemasterDelegate is recreated