flutter_confetti 0.0.1 copy "flutter_confetti: ^0.0.1" to clipboard
flutter_confetti: ^0.0.1 copied to clipboard

confetti animation in Flutter

🎉 Flutter Confetti 🎉 #

Easily make confetti animation in Flutter.

Live web demo

Features #

  • easy to use.
  • various out-of-the-box shapes, like the circle, the star, the square, and more.
  • many examples that demonstrated the different confetti animation.
  • easy to make shapes you want.

Getting started #

Import the package

import 'package:flutter_confetti/flutter_confetti.dart';

Launch confetti by using the static method Confetti.launch:

Confetti.launch(
  context,
  options: const ConfettiOptions(
      particleCount: 100, spread: 70, y: 0.6)
);

Thanks #

The package was totally inspired by canvas-confetti, a wonderful confetti animation in the browser, I just do a little work to make it in flutter.

42
likes
0
pub points
89%
popularity

Publisher

unverified uploader

confetti animation in Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_confetti