Top "Riverpod" questions

For questions relating to the "riverpod" package for the Flutter framework.

Riverpod : Alternate way of overriding initState inside ConsumerWidget

What is the solution of initializing things inside consumerWidget as because the initState method is not overridable here?

flutter dart provider riverpod
Riverpod: Is there a correct way to read a StreamProvider within another StreamProvider?

I have been attempting to create streams to Firestore documents using the uid obtained from my auth Provider: class AuthService { ... …

flutter dart riverpod
Type 'Null' is not a subtype of type 'Map<String, dynamic>' in type cast error

In my sample project I implemented project with riverpod package and freezed. In the code below, I can get data …

flutter dart riverpod flutter-freezed