particles_fly 0.0.9 copy "particles_fly: ^0.0.9" to clipboard
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 #

pub package

A Flutter Package for Display Particles like the web lib Particles Js.

Getting Started #

Demo #

Alt Text

https://user-images.githubusercontent.com/41967952/220878624-ec5efe38-13fa-4e1e-8ca3-6505d08bdf3f.mp4

https://user-images.githubusercontent.com/41967952/220877516-51ed18d8-d519-464c-ad86-8c934455852c.mov

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](

github.com

42
likes
160
pub points
77%
popularity

Publisher

verified publisherbziyar.dev

A package that provides an easy way to add particles js in flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on particles_fly