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

[Doc] examples not available #217

Closed GitGud31 closed 2 years ago

GitGud31 commented 2 years ago

The Examples links provided in the documentation result in a 404 PageNotFound.

csells commented 2 years ago

thanks, @GitGud31. it should be fixed now. can you verify?

GitGud31 commented 2 years ago

@csells Yes, all of them work just fine. Thanks for the quick fix!