qlevar_router 0.2.1
qlevar_router: ^0.2.1 copied to clipboard
With Navigator2.0 update only one widget in your page when navigating to new route. Manage your project routes and create nested routes. Simply navigation without context to your page.
CHANGELOG #
0.2.1 10-01-2021 #
- Fix Routes keys order.
- Add
QRouteBuilder. - Fix missing
onInit/onDispose. - Fix multi component issue.
0.2.0 03-01-2021 #
- Add onInit/onDispose to
QRoute. - Add QNavigationMode (Push, PopUnitOrPush, ReplaceAll, ReplaceLast).
- Add
QR.toNamednavigate with route name. - Enable the scenario to define path with multi slashes
/path/to/some.
0.1.0 29-12-2020 #
- create nested routes.
- context-less navigation.
- not found page.
- redirect Guard.
0.0.1 25-12-2020 #
Test release.