browser_routes 1.0.0-nullsafety.1
browser_routes: ^1.0.0-nullsafety.1 copied to clipboard
General Purpose In-Browser Routing. Null safe.
1.0.0-nullsafety.1 #
- there is no nullable version of this library
1.0.0 #
- wildcard urls
/api/* - optional path parameters
/url/:?optionalParameter - 11 more tests (30 in total)
0.9.0 #
- Initial version
- path parameters with
/url/:parameter - query parameters as
/url?key=value&foo=bar - parse from url
routeObject.navigateTo()usingwindow.history.pushState()- HashRouter and Router
- 19 tests (using HashRouter)