csells / go_router

The purpose of the go_router for Flutter is to use declarative routes to reduce complexity, regardless of the platform you're targeting (mobile, web, desktop), handling deep linking from Android, iOS and the web while still allowing an easy-to-use developer experience.
https://gorouter.dev
441 stars 96 forks source link

Add go_router_builder #246

Closed kevmoo closed 2 years ago

kevmoo commented 2 years ago

Fixes https://github.com/csells/go_router/issues/66

Adds two new classes to pkg:go_router

kevmoo commented 2 years ago
chunhtai commented 2 years ago

Since this package has been moved to https://github.com/flutter/packages/tree/main/packages/go_router, can you create a pull request against the flutter/packages instead?