jezell
jezell.bsky.social
jezell
@jezell.bsky.social
Software Designer. Currently hacking: AI, Agents, Flutter
Just doing my weekly bsky check 😂
January 31, 2025 at 11:38 PM
I could make some, but I thought everyone came here to get away from people like me. I don't want to crash the party 😂
January 14, 2025 at 10:58 PM
Very cool. Tailscale really is awesome for distributed teams.
January 1, 2025 at 5:19 PM
So awesome
December 19, 2024 at 10:31 PM
Yeah I love Flutter. It's my favorite framework. I just want it to be better!
December 18, 2024 at 6:15 PM
I should have said Controller is a "Change Notifier" not "Value Notifier". Extra value prop is weird for the controller.
December 17, 2024 at 7:16 PM
Two options:

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).
December 17, 2024 at 7:16 PM
Well it is, but if I see a widget with a bunch of value notifiers for every property I'm gonna think someone as putting way too much logic in their widget and they should have just built a controller class. It's hard to pass around groups of value notifiers, easy to pass around a controller.
December 17, 2024 at 5:06 PM