async_result 1.1.3
async_result: ^1.1.3 copied to clipboard
A Dart package that provides a type-safe way to handle different states of asynchronous operations.
1.1.3 #
- add fromJson and toJson methods to classes.
1.1.2 #
- add test and documentation for AsyncResult class.
1.1.1 #
- remove deprecated fields from equality check
1.1.0 #
- add value equality for Result class
1.0.9 #
- Marked
hasDataandhasErroras deprecated. UseisSuccessandisErrorinstead.
1.0.8 #
- Add more static methods such as
zip4andzip5.
1.0.7 #
- Add more static methods such as
zip2,zip3,zipMultiple.
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.