Bouncing Spinner

Features

Set color, radius and number of circles.

Installing

Run this command:

With Flutter:

flutter pub add bouncing_spinner

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  bouncing_spinner: ^0.0.1

Import

import 'package:bouncing_spinner/bouncing_spinner.dart';

How To Use

Include short and useful examples for package users. Add longer examples to /example folder.

BouncingSpinner(
        length: 5,
        radius: 25,
        duration: const Duration(seconds: 1),
        color1: Colors.purple,
        color2: Colors.deepPurple,
      )

Screenshot

Libraries

bouncing_spinner