flutter_confetti_plus 0.0.3
flutter_confetti_plus: ^0.0.3 copied to clipboard
A Flutter confetti package with overlays, controller widgets, emoji particles, cannon blasts, celebration presets, timelines, and motion modes.
0.0.3 #
- Added
ConfettiPlus.launchwithCannon.left,Cannon.right, andCannon.centerfor multi-cannon overlay blasts. - Added one-line celebration helpers:
ConfettiPlus.success,ConfettiPlus.failure,ConfettiPlus.levelUp, andConfettiPlus.purchase. - Added
ConfettiPlus.sequenceandConfettiSteppresets for timeline animations including burst, fireworks, and rain steps. - Added
ConfettiModeandConfettiPlus.launchModefor fireworks, fountain, rain, and explosion motion modes. - Updated README documentation for the new high-level APIs.
- Added widget tests covering cannon launches, celebration helpers, timeline sequences, and motion modes.
0.0.2 #
- Highlighted the package feature set more clearly in the README.
- Updated README installation instructions for the latest package version.
- Improved release metadata for pub.dev scoring and repository verification.
- Fixed publish analyzer warnings by cleaning up library naming, constructor style, and unnecessary null assertions.
0.0.1 #
- Initial release of
flutter_confetti_plus. - Added fire-and-forget overlay launches with
Confetti.show. - Added
ConfettiControllerandConfettiWidgetfor managed playback. - Added emoji particle support.
- Added custom widget sprite particle support.
- Added Konfetti-style
PartyAPI with festive, explode, parade, and rain presets. - Added custom particle path support for app-defined shapes.
- Added
ConfettiBlastDirectionfor clearer blast direction configuration, with deprecatedBlastDirectionalitycompatibility alias. - Added MIT license and expanded README usage documentation.