flutter_confetti_engine 1.0.5
flutter_confetti_engine: ^1.0.5 copied to clipboard
A celebration package that unifies confetti particles, haptic feedback, and optional sound in a single API call.
Changelog #
1.0.5 — 2026-05-03 #
Changed #
- Patch release to trigger pub.dev publish via GitHub Actions tag workflow (
v1.0.5/ alignedpublish.yml).
1.0.4 — 2026-05-03 #
Fixed #
- CI: Applied
dart formatanddart fixsoflutter analyzeis clean (package + example app). Restores green GitHub Actions for format, analyze, test, anddart pub publish --dry-run.
1.0.3 — 2026-05-02 #
Fixed #
- Pub.dev score / metadata: Removed explicit
documentation:URL frompubspec.yamlso package analysis does not fail the “Documentation URL” check before hosted API docs are generated (pub.dev still links to generated docs automatically). - Dartdoc: Resolved broken
[reference]links in library comments (public API docs).
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.