async_event_loader 0.0.2 copy "async_event_loader: ^0.0.2" to clipboard
async_event_loader: ^0.0.2 copied to clipboard

A Dart package for managing and processing asynchronous events sequentially with support for retry logic, error handling, timeout management, and real-time status tracking.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add async_event_loader

With Flutter:

 $ flutter pub add async_event_loader

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  async_event_loader: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:async_event_loader/async_event_loader.dart';
3
likes
150
points
65
downloads

Publisher

verified publishernahitfidanci.com

Weekly Downloads

A Dart package for managing and processing asynchronous events sequentially with support for retry logic, error handling, timeout management, and real-time status tracking.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, equatable, rxdart

More

Packages that depend on async_event_loader