particles_fly 0.0.9 particles_fly: ^0.0.9 copied to clipboard
A package that provides an easy way to add particles js in flutter project.
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](