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

outdatedDart 1 only

A clean and lightweight progress HUD for your Flutter app

progress_hud #

A clean and lightweight progress HUD for your Flutter app

Example #

return new Scaffold(
  appBar: new AppBar(
    // Here we take the value from the MyHomePage object that was created by
    // the App.build method, and use it to set our appbar title.
    title: new Text(widget.title),
  ),
  body: new Stack(
    children: <Widget>[
      new Text(
        'A clean and lightweight progress HUD for your Flutter app'
      ),
      new ProgressHUD(
        backgroundColor: Colors.black12,
        color: Colors.orange
      )
    ],
  )
);

Showcase #

10
likes
0
pub points
86%
popularity

Publisher

unverified uploader

A clean and lightweight progress HUD for your Flutter app

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on progress_hud