Last updated:
0 purchases
fc loaders
FourCups Loaders #
Live Preview #
View Live Demo.
Getting started #
Installing #
Add this to your pubspec.yaml file:
dependencies:
fc_loaders: ^0.0.1
copied to clipboard
Import #
Add this to the top of your file:
import 'package:fc_loaders/fc_loaders.dart';
copied to clipboard
Usage #
Call the loaders as you would call any other widget.
child:
FCBallBounce()
copied to clipboard
You can also customize it to suit your needs.
child:
FCBallBounce(
loaderBallColor: Colors.amber,
duration: Duration(milliseconds: 100)
)
copied to clipboard
Bugs, Contributions and requests #
Contributions, Suggestions, Bug Fixes and Pull Requests are always welcome!
Got an idea for a Loader Animation? Feel free to let us know!
See contribute.md for ways to get started.
Please adhere to this project's code of conduct.
License #
MIT License
Authors #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.