routeborn 0.3.2 
routeborn: ^0.3.2 copied to clipboard
Crossplatform routing based on Navigator 2.0
0.3.2 #
- feat: 
getNavigationStackmethod implemented. 
0.3.1 #
- feat: 
pushPage,popPage,replaceLastWith,replaceAllWithandpopUntilnow working even without a Navigator in the context (when called before an initialRouter). The fallbackRouteron 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: 
RoutebornPagenow usesMaterialPageRouteas a default route, making it possible to customize transitions via Theme - fix: page animations in nested routes when using multiple navigators
 - BREAKING: changing 
AppPagetoRoutebornPage 
0.2.6 #
- feat: added option 
inChildNavigatortoreplaceAllWithmethod - BREAKING: renamed 
getCurrentNestingBranchtogetNestingBranch - BREAKING: renamed 
setCurrentNestingBranchtosetNestingBranch 
0.2.5 #
- feat: added 
popUntilmethod 
0.2.4 #
- feat: 
setNestingBranchhas 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