flutter_fireworks library
Classes
- FadingMovingParticle
- A particle that fades out over time while moving.
- FireworksController
- FireworksDisplay
-
A StatefulWidget that displays a fireworks animation.
Just put it at as the top layer of your Stack and then call the
fireworksController.fireSingleRocket()
orfireworksController.fireMultipleRockets()
method to start the fireworks. - FireworksDisplayState
- FireworksGame
- Rocket
-
A
PositionComponent
that represents a rocket.