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

Show a progress dialog while a Future runs and return the result. Supports Material, Cupertino, and adaptive styles with type-safe error handling.

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.5.0

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
160
points
260
downloads

Documentation

API reference

Publisher

verified publishernerdy.pro

Weekly Downloads

Show a progress dialog while a Future runs and return the result. Supports Material, Cupertino, and adaptive styles with type-safe error handling.

Repository (GitHub)
View/report issues

Topics

#dialog #progress #async #cupertino #loading

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_future_progress_dialog