go_router 0.3.2 go_router: ^0.3.2 copied to clipboard
A declarative router for Flutter based on Navigation 2 supporting deep linking, data-drive routes and more
0.3.2 #
- formatting update to appease the pub.deb gods...
0.3.1 #
- updated the CHANGELOG
0.3.0 #
- moved redirection into a
GoRoute
ctor arg - forgot to update the CHANGELOG
0.2.3 #
- move outstanding issues to issue tracker
- added explanation of Deep Linking to README
- reformatting to meet pub.dev scoring guidelines
0.2.2 #
- README updates
0.2.1 #
- messing with the CHANGELOG formatting
0.2.0 #
- initial useful release
- added support for declarative routes via
GoRoute
instances - added support for imperative routing via
GoRoute.builder
- added support for setting the URL path strategy
- added support for conditional routing
- added support for redirection
- added support for optional query parameters as well as positional parameters in route names
0.1.0 #
- squatting on the package name (I'm not too proud to admit it)