constellation_particles 0.2.1 copy "constellation_particles: ^0.2.1" to clipboard
constellation_particles: ^0.2.1 copied to clipboard

A mouse-reactive constellation particle background for Flutter. Particles drift, repel from the cursor, and link with fading lines. Near-O(n) spatial grid, zero runtime deps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add constellation_particles

With Flutter:

 $ flutter pub add constellation_particles

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

dependencies:
  constellation_particles: ^0.2.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:constellation_particles/constellation_particles.dart';
1
likes
0
points
598
downloads

Publisher

verified publisherdeveloperyusuf.com

Weekly Downloads

A mouse-reactive constellation particle background for Flutter. Particles drift, repel from the cursor, and link with fading lines. Near-O(n) spatial grid, zero runtime deps.

Repository (GitHub)
View/report issues

Topics

#animation #particles #canvas #background #custompainter

License

unknown (license)

Dependencies

flutter

More

Packages that depend on constellation_particles