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 pkg:go_router_builder #216

Closed kevmoo closed 2 years ago

kevmoo commented 2 years ago

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

Migrated the existing named_routes example to the builder Updated the related example data model to use int and enum

csells commented 2 years ago

this is working on my side

kevmoo commented 2 years ago

this is working on my side

awesome!