widget_loading 0.3.3 copy "widget_loading: ^0.3.3" to clipboard
widget_loading: ^0.3.3 copied to clipboard

An easy way to hide a widget when you have nothing to show yet and need a loading animation at the same time.

Widget Loading #

pub.dev github likes popularity pub points license

buy me a coffee

If you like this package, please leave a like there on pub.dev and star on GitHub. #

Simple widgets for loading widget contents. It's an easy way to hide a widget when you have nothing to show and need a loading animation at the same time.

example1 example2

Easy Usage #

Easy to use and highly customizable.

WiperLoading #

WiperLoading(
  loading: loading,
  interval: interval,
  wiperDeformingFactor: deformingFactor,
  curve: curve,
  wiperBuilder: builder
  wiperWidth: wiperWidth,
  wiperColor: wiperColor,
  wiperBuilder: wiperBuilder,
  sizeCurve: sizeCurve,
  sizeDuration: sizeDuration,
  direction: wiperDirection,
  child: Padding(
    padding: const EdgeInsets.all(15.0),
    child: yourChild,
  ),
  ...
)

or

WiperLoading.future(future: futureOfYourWidget, ...)

CircularWidgetLoading #

CircularWidgetLoading(
  loading: loading,
  child: yourChild,
  ...
)
82
likes
130
pub points
88%
popularity

Publisher

verified publishersplashbyte.dev

An easy way to hide a widget when you have nothing to show yet and need a loading animation at the same time.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on widget_loading