Skip to content

nextsimo/particles_fly

Repository files navigation

Particles Fly for Flutter

pub package

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

Getting Started

Demo

Alt Text

Untitled.mp4
Screen.Recording.2023-02-23.at.10.33.08.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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published