Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/studioidan/FlutterAnimatedLoaders

Amazing animated loaders for flutter developers
https://github.com/studioidan/FlutterAnimatedLoaders

Last synced: 3 months ago
JSON representation

Amazing animated loaders for flutter developers

Lists

README

        

# flutter animated loaders

>Amazing animated loaders for flutter developers

## Preview

# How to use
1. Add this to your package's pubspec.yaml file:

````dart
dependencies:
flutter_animated_loaders: ^0.0.2
````

2. Add this import to your dart file:

````dart
import 'package:flutter_animated_loaders/flutter_animated_loaders.dart';
````

3. Select your favorite loader and add it as a widget!
you can customise it however you like!

````dart
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](https://flutter.io/).

For help on editing package code, view the [documentation](https://flutter.io/developing-packages/).