async_result 1.1.2
async_result: ^1.1.2 copied to clipboard
A Dart package that provides a type-safe way to handle different states of asynchronous operations.
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
hasData
andhasError
as deprecated. UseisSuccess
andisError
instead.
1.0.8 #
- Add more static methods such as
zip4
andzip5
.
1.0.7 #
- Add more static methods such as
zip2
,zip3
,zipMultiple
.
1.0.6 #
- Add more static methods such as
anySuccess
,anyLoading
,anyCompeted
andanyError
.
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.