blurry_modal_progress_hud 1.0.1 blurry_modal_progress_hud: ^1.0.1 copied to clipboard
Just like modal_progress_hud this is a simple widget wrapper to enable modal progress hud (a modal progress indicator, hud = heads up display)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add blurry_modal_progress_hud
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
blurry_modal_progress_hud: ^1.0.1
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:blurry_modal_progress_hud/blurry_modal_progress_hud.dart';