routeborn 0.3.2 routeborn: ^0.3.2 copied to clipboard
Crossplatform routing based on Navigator 2.0
0.3.2 #
- feat:
getNavigationStack
method implemented.
0.3.1 #
- 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
0.3.0 #
- 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
0.2.6 #
- feat: added option
inChildNavigator
toreplaceAllWith
method - BREAKING: renamed
getCurrentNestingBranch
togetNestingBranch
- BREAKING: renamed
setCurrentNestingBranch
tosetNestingBranch
0.2.5 #
- feat: added
popUntil
method
0.2.4 #
- feat:
setNestingBranch
has now option to reset the stack of the given branch
0.2.3 #
- fix: setting new route path
0.2.2 #
- fix: package exports
0.2.1 #
- fix: package exports
0.2.0 #
- configurability of branches
- fixes of navigation notifier methods when called from nested branch with multi-navigators
0.1.0 #
Initial release
0.0.1 #
Package setup