routerino 0.5.0
routerino: ^0.5.0 copied to clipboard
Add names to routes without a declarative pattern and without build_runner
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