Docs
Orbit
Orbit
A customizable orbit component.
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
OrbitingCircles(
children: [
Icon(Icons.star),
Icon(Icons.favorite),
Icon(Icons.music_note),
],
orbitDuration: 15, // 15 seconds per orbit
startDelay: 0, // 5 seconds before starting
orbitRadius: 60, // Base radius of 60 logical pixels
showOrbitPaths: true,
);