routerino 0.6.0
routerino: ^0.6.0 copied to clipboard
Add names to routes without a declarative pattern and without build_runner
0.6.0 #
- feat: add
slide
andslideJoined
page transitions - BREAKING: increase minimum Dart version to 3.0.0
0.5.0 #
- feat: add
pushWithResult
andPopsWithResult
to achieve type-safe results
0.4.0 #
- feat: add
RouterinoHome
widget
0.3.1 #
- fix: set
elevation: 0
forpushBottomSheet
to 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