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

outdated

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.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.
6
likes
0
points
9.11k
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)
View/report issues

License

unknown (license)

Dependencies

async, either_dart, flutter

More

Packages that depend on cancellable_process