particle_effect 1.0.5 copy "particle_effect: ^1.0.5" to clipboard
particle_effect: ^1.0.5 copied to clipboard

A Flutter package for creating dynamic particle effects with configurable ranges and random movement.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add particle_effect

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  particle_effect: ^1.0.5

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:particle_effect/particle_effect.dart';
0
likes
140
points
47
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating dynamic particle effects with configurable ranges and random movement.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on particle_effect