FourCups Loaders

Live Preview

View Live Demo.

Getting started

Installing

Add this to your pubspec.yaml file:

dependencies:
  fc_loaders: ^0.0.1

Import

Add this to the top of your file:

import 'package:fc_loaders/fc_loaders.dart';

Usage

  • 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)
    )

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

Libraries

fc_loaders