future_progress_dialog 0.2.1 copy "future_progress_dialog: ^0.2.1" to clipboard
future_progress_dialog: ^0.2.1 copied to clipboard

future_progress_dialog is a simple progress dialog library for async tasks. FutureProgressDialog start when you call showDialog function, but dismiss automatically when future task is finished.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add future_progress_dialog

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

dependencies:
  future_progress_dialog: ^0.2.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:future_progress_dialog/future_progress_dialog.dart';
33
likes
140
points
810
downloads

Publisher

unverified uploader

Weekly Downloads

future_progress_dialog is a simple progress dialog library for async tasks. FutureProgressDialog start when you call showDialog function, but dismiss automatically when future task is finished.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on future_progress_dialog