async_overlay 1.0.1 copy "async_overlay: ^1.0.1" to clipboard
async_overlay: ^1.0.1 copied to clipboard

AsyncOverlay is a simple package for creating custom loading overlays during async Future operations, inspired by FutureProgressDialog.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_overlay

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

dependencies:
  async_overlay: ^1.0.1

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_overlay/async_overlay.dart';
1
likes
160
points
147
downloads

Publisher

unverified uploader

Weekly Downloads

AsyncOverlay is a simple package for creating custom loading overlays during async Future operations, inspired by FutureProgressDialog.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on async_overlay