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

Fixed typo and Doc reformatted #238

Closed mehade369 closed 2 years ago

csells commented 2 years ago

I format according to dart format ., so manual changes aren't going to stick.

Can I ask what typo you found? I'd like to fix that.

mehade369 commented 2 years ago

GoRoute example missing parentheses.

csells commented 2 years ago

actually, most of these fixes are great. I'll accept this PR and fix up a couple of things. Thanks!