For questions relating to the "riverpod" package for the Flutter framework.
I have been attempting to create streams to Firestore documents using the uid obtained from my auth Provider: class AuthService { ... …
flutter dart riverpodIn my sample project I implemented project with riverpod package and freezed. In the code below, I can get data …
flutter dart riverpod flutter-freezed