async_event_loader 0.0.1+1 copy "async_event_loader: ^0.0.1+1" to clipboard
async_event_loader: ^0.0.1+1 copied to clipboard

Dart package to handle async events.

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.1+1

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';
1
likes
130
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Dart package to handle async events.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, equatable, rxdart

More

Packages that depend on async_event_loader