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

outdated

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.

future_progress_dialog #

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.

Supported Dart Versions #

Dart SDK version >= 2.1.0

Installation #

Add the Package

dependencies:
  future_progress_dialog: ^0.0.3

How to use #

Import the package in your dart file

import 'package:future_progress_dialog/future_progress_dialog.dart';

Call showDialog method with FutureProgressDialog with message.

showDialog(context, FutureProgressDialog(future, 'loading...'));

Or you can show it without message.

showDialog(context, FutureProgressDialog(future, null));
32
likes
0
pub points
92%
popularity

Publisher

unverified uploader

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)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on future_progress_dialog