kranfix / riverbloc

`flutter_bloc` implemented with `riverpod` instead of `provider`.
83 stars 16 forks source link

Usage of riverbloc with flutter_riverpod #22

Closed kranfix closed 4 years ago

kranfix commented 4 years ago

Add example and documentation about how to use riverbloc packages with flutter_riverpod.

Should add docs for usage with Consumer/ConsumerWidget and read vs. watch. I know that this is specific to riverpod, but it would be useful, especially with links back to riverpod explaining how those things work.

Originally posted by @chimon2000 in https://github.com/kranfix/riverbloc/issues/12#issuecomment-685298832

kranfix commented 4 years ago

Here is he example!
https://github.com/kranfix/riverbloc/tree/master/examples/flutter_riverbloc_timer