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

outdated

Simple widget for loading widget contents.

Wiper Loading #

A simple widget 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.

example

Easy Usage #

WiperLoading #

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

or

WiperLoading.future(future: futureOfYourWidget)

CircularLoading #

CircularWidgetLoading(
  loading: loading,
  child: yourChild,
)
89
likes
0
points
1.58k
downloads

Publisher

verified publishersplashbyte.dev

Weekly Downloads

Simple widget for loading widget contents.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on widget_loading