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: 2 months ago
JSON representation
Amazing animated loaders for flutter developers
- Host: GitHub
- URL: https://github.com/studioidan/FlutterAnimatedLoaders
- Owner: studioidan
- License: other
- Created: 2018-08-20T16:35:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T08:17:52.000Z (about 5 years ago)
- Last Synced: 2024-08-01T12:23:37.740Z (5 months ago)
- Language: Dart
- Size: 15.1 MB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter - Flutter Animated Loaders
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
| Blinking Eyes
| Bars
| PingPong
| FourBalls
| 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/).