particle_fountain 1.0.2 copy "particle_fountain: ^1.0.2" to clipboard
particle_fountain: ^1.0.2 copied to clipboard

Easily create particle fountains

Pub Package GitHub Link

particle_fountain #

Easily create particle fountains

Usage #

Add the particle_fountain widget as a child to the widget you want to have the particle fountain in. The particle_fountain widget will take the entire parent widget and the height and width of the particles can be adjusted using the height and width.

Example #

Container(
    child: ParticleFountain(
        numberOfParticles: 30,
        height: h,
        width: w,
        color: Colors.orange.withAlpha(150),
    ),
),
4
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Easily create particle fountains

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, simple_animations

More

Packages that depend on particle_fountain