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

outdated

A new Flutter package project.

future_progress_dialog #

FutureProgressDialog start with showDialog function, but dismiss automatically when futre task is finished.

Supported Dart Versions #

Dart SDK version >= 2.1.0

Installation #

Add the Package

dependencies:
  future_progress_dialog: ^0.0.2

How to use #

Import the package in your dart file

import 'package:future_progress_dialog/future_progress_dialog.dart';

Call showDialog method with FutureProgressDialog.

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

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on future_progress_dialog