async_result 1.0.6
async_result: ^1.0.6 copied to clipboard
A Dart package that provides a type-safe way to handle different states of asynchronous operations.
1.0.6 #
- Add more static methods such as
anySuccess,anyLoading,anyCompetedandanyError.
1.0.5 #
- Add new static methods.
1.0.4 #
- Add new methods and update readme file.
## 1.0.3
- Add new methods whenOrNull, maybeMap, mapOrNull and getDataOrElse.
## 1.0.2
- Updated examples.
## 1.0.1
- Updated toString.
## 1.0.0
- Initial version.