async_result 1.1.2 copy "async_result: ^1.1.2" to clipboard
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 and hasError as deprecated. Use isSuccess and isError instead.

1.0.8 #

  • Add more static methods such as zip4 and zip5.

1.0.7 #

  • Add more static methods such as zip2, zip3, zipMultiple.

1.0.6 #

  • Add more static methods such as anySuccess, anyLoading, anyCompeted and anyError.

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.
5
likes
160
points
175
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package that provides a type-safe way to handle different states of asynchronous operations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on async_result