Particle Effect Package
A simple yet powerful particle effect package for Flutter, designed to create particles with random movements, fading, and custom lifetimes. The package allows you to configure particle position, velocity, opacity, and more using customizable ranges.
Features
- Randomized particle movement based on defined ranges.
- Configurable lifetime and opacity fading.
- Customizable particle images.
- Supports easy creation of particle systems for visual effects.
Usage
Adding the package to your project
To use this package in your Flutter project, add it to your pubspec.yaml:
dependencies:
particle_effect: [LATEST_VERSION]