progress_alert 0.0.5 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';