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 complete basic routes handling as Flutter Navigator #330

Closed nicolasvac closed 2 years ago

nicolasvac commented 2 years ago

GoRouter as of now is lacking behind the current methods available by the flutter navigator.

Currently missing to get at least the basics completely working:

csells commented 2 years ago

That's a good feature request

jamolina2021 commented 2 years ago

These features are essential. :)

csells commented 2 years ago

PRs graciously accepted. : )