I thought that a value notifier is just a change notifier for a single value. I'm not sure why it's more complicated.
I'm interested in how you implement a controller 🤔
So what's your go to solution for event streams?
I'm interested in how you implement a controller 🤔
So what's your go to solution for event streams?
Comments
1) In simple cases the controller is just a value notifier because that's all you need
2) In more complex cases, the controller publishes events and allows the user to subscribe to them (either via a Stream or controller provided subscription mechanism).