flutter_particles 1.0.0+7 flutter_particles: ^1.0.0+7 copied to clipboard
A new Flutter package for creating particles background. This can be considered as the implementation of particle.js in Flutter.
Version 1.0.7:
- Remove unnecessary file from package.
- Change github homepage.
Version 1.0.6:
- Added Particle.speedUp to represent the added speed of Particles, Particle.particlesSpeed has been deleted for the misleading name.
Version 1.0.5:
- Change constants connectDistance and particlesSpeed to static property of class Particle().
Version 1.0.4:
- Remove particle.opacity.
- Added example.