background_bubbles 1.0.2
background_bubbles: ^1.0.2 copied to clipboard
Our library offers a seamless solution for generating dynamic animations featuring randomly moving particles.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add background_bubblesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
background_bubbles: ^1.0.2Alternatively, 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:background_bubbles/background_bubbles.dart';