flutter_modern_animated_loader 0.0.1
flutter_modern_animated_loader: ^0.0.1 copied to clipboard
flutter_animated_loader is a Flutter package providing 20+ modern, customizable loading animations, including spinning dots, bouncing balls, arcs, pulse effects, and more, for mobile and web apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_modern_animated_loaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_modern_animated_loader: ^0.0.1Alternatively, 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:flutter_modern_animated_loader/flutter_animated_loader.dart';