flutter_confetti_plus 0.0.2
flutter_confetti_plus: ^0.0.2 copied to clipboard
A Flutter confetti package with quick overlays, controller-based widgets, emoji particles, widget sprites, and Konfetti-style party presets.
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.