Some recognition to a great person

This commit is contained in:
venir.dev
2023-10-28 18:44:26 +02:00
parent 8fe3b23efd
commit e1b166c1eb

View File

@ -1,7 +1,7 @@
# GoRouter + Riverpod integration
This repo contains a simple example on how to integrate [GoRouter] and [Riverpod] altogether.
There's also another example about GoRouter + Riverpod + **Firebase** integrations.
There's also another (outdated as of now!) example about GoRouter + Riverpod + **Firebase** integrations.
This example is community driven and strives to represent the "best" solution we've found.
@ -20,6 +20,8 @@ Here's what happens when you run the app:
- @[the whole riverpod discord community] for the discussions we've enjoyed around this problem
- @rrousselGit for creating this _great_ ecosystem!
Special thanks to @AhmedLSayed9 for showing a great simplification!
## Is there something _without_ codegen or / and hooks?
No, not at this moment in time. PRs are welcome, but chances are that I'll maintain the codegen and firebase (based on codegen) examples only.