progress_hud_v2 2.0.0 copy "progress_hud_v2: ^2.0.0" to clipboard
progress_hud_v2: ^2.0.0 copied to clipboard

discontinued

progress_hud_v2 is a clean and lightweight HUD meant to display the progress of an ongoing task on your Flutter app based on the original progress_hud

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add progress_hud_v2

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

dependencies:
  progress_hud_v2: ^2.0.0

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_hud_v2/generated/i18n.dart';
import 'package:progress_hud_v2/progress_hud.dart';
0
likes
40
pub points
48%
popularity

Publisher

unverified uploader

progress_hud_v2 is a clean and lightweight HUD meant to display the progress of an ongoing task on your Flutter app based on the original progress_hud

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on progress_hud_v2