Flext Go Router
A bunch of extensions for go_router
package.
Check out the main Flext package to see other useful extensions.
Getting started
Install the package by running the following command:
flutter pub add flext_go_router
Then you can import the package and use all its extensions.
Features
BuildContext
router
final router = context.router;
routerState
final routerState = context.routerState;
```¬