flutter_future_progress_dialog 1.4.2 copy "flutter_future_progress_dialog: ^1.4.2" to clipboard
flutter_future_progress_dialog: ^1.4.2 copied to clipboard

Allows to display progress dialog while the Future function is evaluated.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_future_progress_dialog

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

dependencies:
  flutter_future_progress_dialog: ^1.4.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:flutter_future_progress_dialog/flutter_future_progress_dialog.dart';
4
likes
150
points
421
downloads

Publisher

verified publishernerdy.pro

Weekly Downloads

Allows to display progress dialog while the Future function is evaluated.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_future_progress_dialog