wndr_flutter_confetti 0.3.0
wndr_flutter_confetti: ^0.3.0 copied to clipboard
A wunderful package for creating customizable confetti animations using image and SVG assets, with support for color overlays and dynamic particle effects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wndr_flutter_confettiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wndr_flutter_confetti: ^0.3.0Alternatively, 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:wndr_flutter_confetti/wndr_flutter_confetti.dart';