Skip to content

helloparthshah/particle_fountain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 which signify the percentage of the height/width and range from 0 to 1.

Example

Container(
    child: ParticleFountain(
        numberOfParticles: 30,
        height: h,
        width: w,
        color: Colors.orange.withAlpha(150),
    ),
),

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages