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 97 forks source link

Move to a mono_repo #213

Closed kevmoo closed 2 years ago

csells commented 2 years ago

needs merging of master back in -- my changes from today are missing

csells commented 2 years ago

If I do the following in an empty:

$ git clone https://github.com/csells/go_router
$ cd go_router
$ gh pr checkout 213
$ code .

I get errors:

image

kevmoo commented 2 years ago

@csells – you need to pub get again!

csells commented 2 years ago

of course I did that...