particles_flutter 1.0.0 particles_flutter: ^1.0.0 copied to clipboard
A flutter package for particle animation. You can control the animation speed, number of Particles on the screen, dimension and shape of particle via connecting lines,etc.
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/
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.
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!