Why We Need AsyncValue of Riverpod
AsyncValue is one of the most essential objects for managing states built by asynchronous operation in Riverpod.
As most states are often built with asynchronous operations such as sending requests to web APIs or fetching from internal storage, we ne...
chooyan.hashnode.dev7 min read
Ivan Dilchovski
Super helpful! AsyncValue and riverpod documentation in general are very lacking.
I also found the examples in github.com/rrousselGit/riverpod/issues/2715 super handy to make handling the multitude of states more straightforward. Combined with "when" switch case filters it's very neat.