particles_network 1.7.9
particles_network: ^1.7.9 copied to clipboard
A performant and customizable interactive particle network widget for Flutter. Ideal for background animations, landing pages, and visual effects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add particles_network
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
particles_network: ^1.7.9
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:particles_network/particles_network.dart';