go_router_riverpod icon indicating copy to clipboard operation
go_router_riverpod copied to clipboard

An example on how to use Riverpod + GoRouter

Results 7 go_router_riverpod issues
Sort by recently updated
recently updated
newest added

I want feedback on this approach. I wasn't satisfied with anything I've seen with making a router provider and all the extra stuff required to make that work well. Since...

The `firebase` folder should receive some more love. Codegen, new APIs, stuff like that.

enhancement

GoRouter can get a listenable and refreshes if the listenable notifies the router. In your code you are not using it, but I think it would be the better way...

- [ ] Make sure I've written some testable code - [ ] Actually write good tests

enhancement

Would you be so kind to rework the Firebase Auth example to use generation of GoRouter routes, generation of routerProvider and support for UserRoles ? Very interesting would be to...

enhancement

I'm trying to extend your example to support [firebase dynamic links](https://firebase.google.com/docs/dynamic-links/flutter/receive), both on the Web as well as in Android. However, I'm struggling to get it working in conjunction with...