Skip to content

studioidan/FlutterAnimatedLoaders

Repository files navigation

flutter animated loaders

Amazing animated loaders for flutter developers

Preview

How to use

  1. Add this to your package's pubspec.yaml file:
dependencies:
  flutter_animated_loaders: ^0.0.2
  1. Add this import to your dart file:
import 'package:flutter_animated_loaders/flutter_animated_loaders.dart';
  1. 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)

this table will make your life mutch easier...

Preview Loader name
Pulse Pulse
Blinking Eyes Blinking Eyes
Bars Bars
PingPong PingPong
Four Balls FourBalls
ZigZag ZigZag

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

About

Amazing animated loaders for flutter developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published