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

Confetti animation in Flutter, a powerful and easy-to-use library to show amazing confetti effects.

Flutter Confetti

pub package likes pub points GitHub stars license

Easily create confetti animations in Flutter.

Live demo · Guide

Install #

flutter pub add flutter_confetti

Or add it to your pubspec.yaml:

dependencies:
  flutter_confetti: ^0.9.2

Quick start #

import 'package:flutter_confetti/flutter_confetti.dart';

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

Thanks #

This package was totally inspired by canvas-confetti, a wonderful confetti animation library for the browser. I just did a little work to bring it to Flutter.

154
likes
160
points
19.7k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Confetti animation in Flutter, a powerful and easy-to-use library to show amazing confetti effects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_confetti