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

Navigate without context #275

Closed udaymrx closed 2 years ago

udaymrx commented 2 years ago

Add ability to navigate without the need of context, It will be really helpful at places like controller, where we don't have context and need to do some kind of navigation (to seperate the business logic from the UI completely), but we can't.