Docs
Github spark rotation

Github spark rotation

A loading animation inspired by Github Spark's loader.

Status: initializing

Installation

Copy and paste the following code into your project.

Please find it here

Update the import paths to match your project setup.

Usage

StepRotatingShape(
  size: 25,
  rotationDuration: const Duration(milliseconds: 600),
  pauseDuration: const Duration(milliseconds: 300),
  color: Color(0xFF8157E8),
);