Remi Rousselet
Remi Rousselet
There is an error in your code afterall. Why would we want to silence it? If you want to silence it for the sake of error logging, you can do...
This isn't up to `ref.refresh`. If anything, it's up to `RefreshIndicator`. You likely want a `RefreshIndicator` that does not report errors as "uncaught". Because RefreshIndicator explicitly decided to report the...
> We could update the API reference to mention that refresh can throw exceptions. This was not obvious to me and certainly not to others either. It is part of...
I don't give general good practices through issues. If you want help request, Discord is the place. > The searchTextDebouncedProvider is providing empty string every time with no debounce. Your...
I'm working on other things. As long as the reproduction works, this will be fixed in due time :)
Some tests are necesary here :)
More importantly, all tests need to be rewritten to _not_ rely on what the generated code. Cf Freezed/Riverpod's tests. That's one of the main reason I haven't worked much on...
Maybe Generators could have a lifecycle which receives a Map?
That could work too. I'm not too picky on the solution honestly.