cancellable_process 0.0.7 copy "cancellable_process: ^0.0.7" to clipboard
cancellable_process: ^0.0.7 copied to clipboard

Provides an easy way to retry asynchronous functions. The delay and asynchronous functions you will give are repeated according to the maximum number of repetitions you will give, and the answer is re [...]

0.0.7 #

  • Readme Update.

0.0.6 #

  • Code improvements.

0.0.5 #

  • Minimum dart sdk version supported.

0.0.4 #

  • Update Readme.

0.0.3 #

  • Update Example.

0.0.2 #

  • The code has been refactored and the test file updated.

0.0.1 #

  • Cancellable Progress.
4
likes
120
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

Provides an easy way to retry asynchronous functions. The delay and asynchronous functions you will give are repeated according to the maximum number of repetitions you will give, and the answer is returned as an error or correct result. Error handling is provided using the Either package.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

async, either_dart, flutter

More

Packages that depend on cancellable_process