widget_loading 0.4.0 copy "widget_loading: ^0.4.0" to clipboard
widget_loading: ^0.4.0 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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widget_loading

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  widget_loading: ^0.4.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:widget_loading/widget_loading.dart';
82
likes
130
pub points
87%
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