newton_particles 0.2.0 newton_particles: ^0.2.0 copied to clipboard
Create stunning animations with configurable particle emitters. Add rain, smoke, and more effects to your Flutter app!
[0.2.0] - 2024-09-06 #
- [Breaking] Support physics based animation. Revamp the way effects are configured and added to the Newton widget.
- [Breaking] Replace duration based properties as int by Duration.
- [Breaking] Origin is now relative to the widget size.
- [Performance] No more unnecessary repaints. thanks @VonZen
- [Performance] Images are now properly garbage collected when animations end.
[0.1.8] - 2024-06-03 #
Fix #
-
[Fix] Fix #24 Fix name collision in NewtonState.removeEffect by @KriseevM
-
[Fix] Add missing setState to clearEffects by @jannikhst
[0.1.6] - 2023-11-05 #
Feature #
- [Feature] Add support for background and foreground effects
- [Feature] Add/remove effects at runtime
[0.1.0] - 2023-08-10 #
Fix #
- [Fixed] Improve performance drastically by using drawAtlas as much as possible.
[0.0.11] - 2023-08-06 #
Feature #
- [Feature] Allow to add a post effect to a particle.
- [Feature] Allow a finite number of particles.
- [Feature] Add firework example.
[0.0.10] - 2023-08-04 #
[0.0.5] - 2023-08-01 #
Feature #
- [Feature] Introduce the notion of PathTransformation for particles.
- [Feature] Add a fountain like effect.