routerino 0.8.0
routerino: ^0.8.0 copied to clipboard
Add names to routes without a declarative pattern and without build_runner
0.8.0 #
- feat: add
pushReplacement
0.7.0 #
- feat: add
removeRouteto remove a route from the stack - feat: add
durationtofade,slideandslideJoinedtransitions - BREAKING:
fadetransition is a function instead of a getter
0.6.0 #
- feat: add
slideandslideJoinedpage transitions - BREAKING: increase minimum Dart version to 3.0.0
0.5.0 #
- feat: add
pushWithResultandPopsWithResultto achieve type-safe results
0.4.0 #
- feat: add
RouterinoHomewidget
0.3.1 #
- fix: set
elevation: 0forpushBottomSheetto avoid shadows in Flutter 3.7
0.3.0 #
- feat: add transitions API
0.2.0 #
- BREAKING:
context.popUntilPage<LoginPage>()changed tocontext.popUntil(LoginPage)
0.1.0 #
- initial release