Amazing animated loaders for flutter developers
- Add this to your package's pubspec.yaml file:
dependencies:
flutter_animated_loaders: ^0.0.2
- Add this import to your dart file:
import 'package:flutter_animated_loaders/flutter_animated_loaders.dart';
- Select your favorite loader and add it as a widget! you can customise it however you like!
FlutterLoaders.pulse(
Icon(
Icons.android,
color: Colors.green,
size: 40.0,
),
Colors.green)
Preview | Loader name |
---|---|
Pulse | |
Blinking Eyes | |
Bars | |
PingPong | |
FourBalls | |
ZigZag |
For help getting started with Flutter, view our online documentation.
For help on editing package code, view the documentation.