flutter_confetti_engine 1.0.0
flutter_confetti_engine: ^1.0.0 copied to clipboard
A celebration package that unifies confetti particles, haptic feedback, and optional sound in a single API call.
Changelog #
1.0.0 — 2026-05-02 #
Changed #
- Stable 1.0.0 release; dependency constraint for consumers:
flutter_confetti_engine: ^1.0.0.
0.1.0 — 2026-05-02 #
Added #
- Particle physics, eight shapes, four presets (
burst,rain,fireworks,snow). ConfettiWidget,ConfettiController, platform haptics, optional sound viaaudioplayers.ConfettiEngine.celebrate()full-screen overlay API.- Stock cheerful MP3s under
assets/sounds/andConfettiBundledSounds(burst,rain,fireworks,snow, pluspathForPreset). CelebrationFeedback.bundledForPreset/CelebrationFeedback.customAsset— explicit package vs app-owned sound choice;none()/hapticsOnly()— disable sound and/or haptics.emojiPoolonConfettiWidget/ConfettiEngine.celebrateand exportedkDefaultCelebrationEmojisfor emoji-shaped particles.- 10 new
ParticleShapevalues (pentagon,hexagon,ring,plus,lightning,crescent,arrow,shield,oval,sunburst) with canvas implementations inConfettiPainter. ConfettiCustomization— optionalparticleCount,colors,shapeMix,gravity,speedMultiplier,lifetimeMultiplieronConfettiWidget/ConfettiEngine.celebrate.