plexus_connect 0.0.1
plexus_connect: ^0.0.1 copied to clipboard
A customizable Flutter widget that renders dynamic plexus-style particle and line animations. Ideal for animated backgrounds, splash screens, and interactive visual effects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add plexus_connectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
plexus_connect: ^0.0.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:plexus_connect/plexus_connect.dart';