go_router_riverpod
go_router_riverpod copied to clipboard
An example on how to use Riverpod + GoRouter
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.
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
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...
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...