advanced_particle_effects 1.1.1
advanced_particle_effects: ^1.1.1 copied to clipboard
Easy-to-use particle effects for Flutter. Customizable particle count, size, colors, and connection lines. Works with zero configuration, smart defaults included.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add advanced_particle_effectsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
advanced_particle_effects: ^1.1.1Alternatively, 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:advanced_particle_effects/advanced_particle_effects.dart';