custom_progress_dialog 1.0.5 copy "custom_progress_dialog: ^1.0.5" to clipboard
custom_progress_dialog: ^1.0.5 copied to clipboard

Simple and easy to use flutter package for showing progress bar, without the need of adding it to any widget.With just two calls show and dismiss, you can control it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_progress_dialog

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

dependencies:
  custom_progress_dialog: ^1.0.5

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:custom_progress_dialog/custom_progress_dialog.dart';
4
likes
40
pub points
74%
popularity

Publisher

unverified uploader

Simple and easy to use flutter package for showing progress bar, without the need of adding it to any widget.With just two calls show and dismiss, you can control it.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, synchronized

More

Packages that depend on custom_progress_dialog