fc_loaders 0.0.2 copy "fc_loaders: ^0.0.2" to clipboard
fc_loaders: ^0.0.2 copied to clipboard

An Open Source Flutter package containing a variety of animated loaders purely implemented in Dart. These Loaders are customizable to a certain extent.

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 #

4
likes
130
pub points
38%
popularity

Publisher

unverified uploader

An Open Source Flutter package containing a variety of animated loaders purely implemented in Dart. These Loaders are customizable to a certain extent.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fc_loaders