Particles Fly for Flutter
A Flutter Package for Display Particles like the web lib Particles Js.
Getting Started
Demo
Add the dependency
dependencies:
particles_fly: ^0.0.8
Import the package
import 'package:particles_fly/particles_fly.dart';
Use the package
ParticlesFly(
height: size.height,
width: size.width,
connectDots: true,
numberOfParticles: 100
),
Example
See the example
(