Results 34 comments of Eduard Monfort

That's what I thought but just to make sure everything is clear: the idea is to listen to this changes on a page in order to show show an alertDialog,...

That's great. There is no way to have multiple listeners at the same time right? We need to create a ProviderListener as child of a ProviderListener in order to have...

Sorry for starting a conversation again but I think could be an interesting discussion. I see lots of cases where you want to watch for a futureProvider changes but only...

Yes. For example I want to retrieve user information and here with a futureProvider like we are using it right now it's perfect. But now I want to update this...

Is the example I provided clear enough? If anyone has good ideas about this I think could be very beneficial for the package. It's a case we can see quite...

Yes, but seems just like a workaround, just like create a stateNotifier with only one function just to achieve this. Even more, there could be the case where you don't...

Of course!! Just wanted to start this discussion to allow other people read and talk about this kind of cases for the good of the package. Thank you @rrousselGit

Can you provide a simple example? I am quite confused about how it should be done. Thank you 🙏🏻

Oh I see!!! That should do it, yes. That really helped. Thank you so much for everything!

But there's a case involved in this situation I cannot see. We have the todo list fetched and saved correctly in our stateNotifier extending asyncValue. We decide now to edit...