Shawn

Results 192 comments of Shawn

Since I'm still not totally sold on the trade-offs with these micro-providers, I ended up opting for the suggested approach, and making something like: ```dart class EquatableList with EquatableMixin {...

@rrousselGit I tried to do the static providers thing, but for some reason I'm still getting rebuilds in both of my consumers. I have something like this: ``` class TodosController...

Thanks! Haha ya I was scratching my head around how the providers could possibly work here... Obviously we could cache the filtered lists if we needed too, but this seems...

Nice! I took a stab at it, but am really out of my depth when trying to use gesture detection manually without a widget. Cant find a clear code example...

This is definitely one of the main downsides with Hooks in Flutter, you lose that really nice pattern you can do with a class-based widget which allows you to split...

No, that's much too dogmatic of a way of looking at it imo, things aren't black and white like this. If that widget has a reason to be known to...

This is the same sort of thinking that leads C# developers to thing every single object needs an interface. If you have a reason to de-couple, de-couple by all means....

The end result here is the same, `buildSubView1()` has full access to all the `ViewState`, as does `_SubView1()`. The only difference is one is giant functional blob, and the other...

I worry that TAB is not imperative enough. This is a use case situation where we want to use AC for its flexibility, but also kick it off when we...

> > I have Core i9 with 16 CPU and 32 Gb RAM. After every 2-3 hot reloads, I get this picture for 3-4 seconds. In any project. Both in...