progress_hud 0.2.2 copy "progress_hud: ^0.2.2" to clipboard
progress_hud: ^0.2.2 copied to clipboard

outdatedDart 1 only

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

progress_hud #

A clean and lightweight progress HUD for your Flutter app

https://pub.dartlang.org/packages/progress_hud

Example #

return new Scaffold(
  appBar: new AppBar(
    title: new Text('ProgressHUD Demo'),
  ),
  body: new Stack(
    children: <Widget>[
      new Text(
        'A clean and lightweight progress HUD for your Flutter app'
      ),
      new ProgressHUD(
        backgroundColor: Colors.black12,
        color: Colors.white,
        containerColor: Colors.blue,
        borderRadius: 5.0,
      )
    ],
  )
);

Showcase #

10
likes
30
pub points
86%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on progress_hud