progress_alert 0.0.5 copy "progress_alert: ^0.0.5" to clipboard
progress_alert: ^0.0.5 copied to clipboard

Simple way to show your asynchronous operations in the background to the user

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add progress_alert

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

dependencies:
  progress_alert: ^0.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:progress_alert/progress_alert.dart';
1
likes
140
points
32
downloads

Publisher

verified publisherflutterway.net

Weekly Downloads

Simple way to show your asynchronous operations in the background to the user

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get, google_fonts

More

Packages that depend on progress_alert