Rody Davis

Results 417 comments of Rody Davis

Sweet! Can you make a PR? Happy to publish

Fixed on 0.2.0 and made the constraint a lot wider

This does not work, I think it is a Dart thing. You cannot have a late function that is triggered by a late signal. I am hopping to define this...

Oh I see that now. But my issue I found is that effects can only be created in **initState** and I think it has something to do about the widget...

Yep for sure! What is weird is that it works in a block scope (I.e. in a function creating a signal and effect). But it is something to do with...

Yes totally and would love to solve it to! And I am focusing on integrations in IDX including Flutter!

Been thinking about this, I am wondering if effects create with the mixin should always be called next frame?

I am just thinking it is a quirk where effects in signals are synchronous versus other types of reactivity that would be asynchronous where defining at the top level really...

Added a warning on the docs for this!

Oh interesting thought! Could you share some pseudo code as an example? The image widget is a good example use case for sure.