8000 GitHub - rajajain08/particles_flutter: Easy way to add particles animation in Flutter project.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rajajain08/particles_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Particles

A package that provides an easy way to add particles animation in Flutter project.

Getting Started

You should ensure that you add the following dependency in your Flutter project.

dependencies:
  particles_flutter: "^1.0.0"

How to use

  Particles(
        awayRadius: 150,
        particles: [], // List of particles
        height: screenHeight,
        width: screenWidth,
        onTapAnimation: true,
        awayAnimationDuration: const Duration(milliseconds: 100),
        awayAnimationCurve: Curves.linear,
        enableHover: true,
        hoverRadius: 90,
        connectDots: false,
      )

Checkout web here.

https://praticles-flutter-raja-jains-projects.vercel.app/

Support

If you find this package useful, please consider giving it a star on GitHub and a thumbs up on Pub.dev. Your support is greatly appreciated!

Buy Me A Coffee

Contributions

Feel free to contribute to this project.

If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a new feature, please send a pull request.

If you want to contact me, Please send me a short DM on Twitter.

About

Easy way to add particles animation in Flutter project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0