Docs
Meteor Animation
Meteor Animation
An interesting background effect for your widget.
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
MeteorShower(
numberOfMeteors: 10,
duration: Duration(seconds: 5),
child: Container(...),
);