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

Async Executor is a tool what allow you execute any asynchronous functions handling the loading process and error catch, with normal popups.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_executor

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

dependencies:
  async_executor: ^0.0.2

Alternatively, your editor might support 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_executor/async_executor.dart';
2
likes
140
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Async Executor is a tool what allow you execute any asynchronous functions handling the loading process and error catch, with normal popups.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on async_executor