- fix: bump deps
- fix: disable duration of route animations on web
- feat: specifying route transitions per platform
- feat: nesting branch can now be parametrized via
RoutebornBranchParams
- feat: export
SetPageNameCallback
- feat: export
UpdatablePageNameMixin
- feat: added
UpdatablePageNameMixin
- refactor: remove unnecessary field in
RoutebornPage
- fix:
popUntil
was not calling notifyListeners
- feat:
getNavigationStack
method implemented.
- feat:
pushPage
,popPage
,replaceLastWith
,replaceAllWith
andpopUntil
now working even without a Navigator in the context (when called before an initialRouter
). The fallbackRouter
on calling such methods will be the rootRouter
. - docs: updating documentation's robustness
- feat: adding simple example app using routeborn
- feat: adding initial documentation
- feat:
RoutebornPage
now usesMaterialPageRoute
as a default route, making it possible to customize transitions via Theme - fix: page animations in nested routes when using multiple navigators
- BREAKING: changing
AppPage
toRoutebornPage
- feat: added option
inChildNavigator
toreplaceAllWith
method - BREAKING: renamed
getCurrentNestingBranch
togetNestingBranch
- BREAKING: renamed
setCurrentNestingBranch
tosetNestingBranch
- feat: added
popUntil
method
- feat:
setNestingBranch
has now option to reset the stack of the given branch
- fix: setting new route path
- fix: package exports
- fix: package exports
- configurability of branches
- fixes of navigation notifier methods when called from nested branch with multi-navigators
Initial release
Package setup