Docs
Particles
Particles
Particles in space that creates a depth effect. Also moves with mouse pointer.
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
Particles(
quantity: 100,
ease: 80,
color: particleColor,
key: ValueKey(particleColor),
);