DEV Community

Discussion on: Most popular Flutter state management libraries in 2021

Collapse
 
amoslai profile image
AmosLai

From my experience, this package has been totally different with the original version 1 and the syntax might not consistent with flutter Bloc package. Personally, that's no right and wrong to keep something innovative and somebody like me always welcome to try something new.

In relation to the reactive event & filtering as you mentioned, I used to define a dependsOn into a inject state that can easily achieve global state to state communication (A hasData will trigger B). On the other, for filtering the rebuild by condition, just define shouldRebuild, all syntax looks clear and clean.

One of the downside of this package is the community is obviously not as popular as others and it's nice to see it keeps growing.