- [Fix] Remove code generation that is not available for now.
- [Fix] Use gif instead of a video.
- [Fix] Pub.dev doc site
- [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.
-
[Fix] Fix #24 Fix name collision in NewtonState.removeEffect by @KriseevM
-
[Fix] Add missing setState to clearEffects by @jannikhst
- [Fix] Fix #20 use right size for image shape
- [Feature] Add support for background and foreground effects
- [Feature] Add/remove effects at runtime
- [Feature] Add links to repo and issue tracker + version badge.
- [Feature] Allow to listen to effect state changes.
- [Fixed] Properly dispose animation ticker.
- [Fixed] Use raw.github for logo display.
- [Fixed] Fix logo display on pub.dev.
- [Fixed] Improve performance drastically by using drawAtlas as much as possible.
- [Feature] Support trailing to achieve a
shooting star
effect.
- [Fix] Fix concurrent modification when post effect is triggered.
- [Feature] Allow to add a post effect to a particle.
- [Feature] Allow a finite number of particles.
- [Feature] Add firework example.
- [Feature] Allow color configuration for particles.
- [Fix] Ensure repaint won't happen outside of Newton widget.
- [Fix] Improve performance by disabling compositor cache.
- [Fix] Center title for effects.
- [Fix] Fix display of the logo on pub.dev.
- [Fix] Fix display of doc on pub site.
- [Feature] Doc update with logo and sample gifs.
- [Feature] Introduce the notion of PathTransformation for particles.
- [Feature] Add a fountain like effect.
- [Feature] Add dart docs.
- [Feature] Allow to stop/start/kill an effect.
- [Fix] Fix some imports.
- [Feature] Rework how effects are configured for better configurability.
- [Feature] Allow to configure angle in smoke effect from configurator.
- [Feature] Add pulse effect.
- [Fix] Fix documentation.
- [Feature] Initial release of Newton package.
- [Feature] Implemented a highly configurable particle emitter with default effects.