Closed andreystavitsky closed 1 year ago
At some point I assumed clients all use Riverpod and stopped testing with other libraries like Provider, GetIt or bloc.
You could try repository.remoteAdapter.watchOneNotifier(...)
but note that you will have to pass the model's key
that you can obtain via DataModel.keyFor(model)
.
I'm usig flutter_bloc and I want to listen to user's changes. How can I do that?