kranfix / riverbloc

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

Is it safe to use riverbloc 2 #77

Closed Prn-Ice closed 2 years ago

Prn-Ice commented 2 years ago

Hi, I like this project and want to use it in my next app but I see that the main repo hasn't been updated in a while. Is riverbloc 2 stable enough to use?

kranfix commented 2 years ago

It is full tested to ensure that it works well. I use it for my projects.

Prn-Ice commented 2 years ago

Awesome, thanks for taking the time to make this package.