rrousselGit / state_notifier

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

Additional note when using LocatorMixin #30

Closed tbm98 closed 4 years ago

tbm98 commented 4 years ago

Currently LocatorMixin can only work withStateNotifier but there are people who still use it with other classes that lead to errors without understanding the reason. so I think it should be noted when using it.

rrousselGit commented 4 years ago

Thanks!