rrousselGit / state_notifier

ValueNotifier, but outside Flutter and with some extra perks
MIT License
311 stars 28 forks source link

StateNotifier can't hold just a value however ValueNotifier can #26

Closed machinescream closed 4 years ago

machinescream commented 4 years ago

I using ValueNotifier in the Domain layer very often like:

final reason = ValueNotifier(Reasons.none);

For me is no way to wrap every property with some class. I think State_Notifier should have the opportunity to hold just a value.

rrousselGit commented 4 years ago

That's what StateController is, or StateProvider