Add this to your pubspec.yaml file:
dependencies:
fc_loaders: ^0.0.1
Add this to the top of your file:
import 'package:fc_loaders/fc_loaders.dart';
- Call the loaders as you would call any other widget.
child:
FCBallBounce()
- You can also customize it to suit your needs.
child:
FCBallBounce(
loaderBallColor: Colors.amber,
duration: Duration(milliseconds: 100)
)
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
.
MIT License