wiggly_loaders 0.9.0
wiggly_loaders: ^0.9.0 copied to clipboard
A collection of smooth, customizable wiggly/wavy loading indicators for Flutter — circular loader, linear progress bar, and pull-to-refresh indicator.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wiggly_loadersThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wiggly_loaders: ^0.9.0Alternatively, 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:wiggly_loaders/wiggly_loaders.dart';