snapsl

Results 53 comments of snapsl

Great suggestion. This further aligns `MutationState` with `AsyncValue`.

> You're not even awaiting it. Thanks... Uncaught exceptions in callbacks are forwarded to the PlatformDispatcher ([link](https://docs.flutter.dev/testing/errors#errors-not-caught-by-flutter)). If these are not handled properly, such “errors” are logged for no reason.

Yes, the error is that the rebuild of the provider failed, e.g. due to a failed network request. This is logged by provider observer or the network service. However, since...

Hi @rrousselGit, thank you for taking your time and reviewing this feature request. I understand that this is not a critical issue. Maybe some people also rely on refresh to...

I don't see an issue here. @sisyfus you can use discord or the discussion section to ask questions.

@sisyfus I haven't registered any lockups, but some debugging has uncovered the problem. Can `ref.refresh(activityProvider.future)` throw exceptions? I assumed this is handled by Riverpod.🤔

@AhmedLSayed9 thank you for confirming this. I hoped that `ref.refresh()` would handle this. It would be nice to remove the exception handling from the UI code, as AsyncValue does. Current...

@sisyfus can you test if the app also lockup in release mode? @rrousselGit can you take a look into this?😉 Also, what do you think about adding exception handling for...