rrousselGit/state_notifier

does it support consumer/selector ?

tbm98 opened this issue · 4 comments

tbm98 commented

does it support consumer/selector ?

tbm98 commented

can you give me some example about use selector/consumer with state_notifier?

Here's context.select

context.select((MyState value) => value.count).toString(),

You should be able to infer on how to use Consumer/Select from that

tbm98 commented