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

outdated

A Flutter package providing an adaptive progress dialog. Using this package you can perform async operation while displaying adaptive progress dialog and get the result of the operation. The AdaptiveP [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_progress_dialog

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

dependencies:
  adaptive_progress_dialog: ^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:adaptive_progress_dialog/adaptive_progress_dialog.dart';
15
likes
0
points
69
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing an adaptive progress dialog. Using this package you can perform async operation while displaying adaptive progress dialog and get the result of the operation. The AdaptiveProgressDialog widget is generic and takes a type parameter T which is used to represent the data that can be returned from the async operation performed by dialog. The data is returned via the AdaptiveProgressDialogResult class.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on adaptive_progress_dialog