Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1000 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 1000 Bytes

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