loading_hud 0.1.0 copy "loading_hud: ^0.1.0" to clipboard
loading_hud: ^0.1.0 copied to clipboard

outdated

A dialog with a loading indicator.

LoadingHud #

A dialog with a loading indicator.

showcase

Getting Started #

Add dependency #

dependencies:
  loading_hud: ^0.1.0

Examples #

var loadingHud = LoadingHud(
  context,
  cancelable: true,                  // Cancelable when pressing Android back key
  canceledOnTouchOutside: true,      // Cancelable when touch outside of the LoadingHud
  dimBackground: false,              // Dimming background when LoadingHud is showing
  hudColor: Color(0x99000000),       // Color of the ProgressHud
  indicatorColor: Color(0xFFFFFFFF), // Color of the spinning progress indicator
);
/// Show LoadingHud
loadingHud.show();
/// Dismiss LoadingHud
loadingHud.dismiss();
7
likes
30
pub points
16%
popularity

Publisher

unverified uploader

A dialog with a loading indicator.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on loading_hud