Releases: Ventairy/dotdart
Releases · Ventairy/dotdart
Release list
dotdart 0.9.0
Highlights
- Added self-contained static and animated Lottie trim paths.
- Added delay and duration controls plus LottiePlayback.once and LottiePlayback.loop.
- Fixed one-time animations and progress: 1 so the final visible frame remains on screen.
- Reduced generated Lottie frame work and moved thumbhash decoding entirely to generation time.
Breaking change
Generated Lotties now play once by default. Pass playback: LottiePlayback.loop to retain continuous looping.
dotdart 0.8.0
What changed
- Breaking: Replaced namespace-wide image and GIF precaching with generated per-asset cache classes.
- Added logical width and height support with intrinsic aspect-ratio derivation and device-pixel-ratio-aware cache keys.
- Added matching per-asset removal methods that release reusable decoded entries while preserving images still being displayed.
See the changelog for migration guidance from $Images.precache(context) to $ImagesCache.precacheAsset(...) and $ImagesCache.removeAsset(...).
dotdart v0.6.1
First pub.dev release of dotdart.
- Improved consumer documentation and package guidance for supported images and GIFs.
- Added complete Flutter platform runners to the example and deterministic animated-Lottie regression coverage.
- Updated generated Lottie animation startup for strict analysis with very_good_analysis 10.x.
Published package: https://pub.dev/packages/dotdart/versions/0.6.1
dotdart v0.6.0
Full Changelog: https://github.com/Cataqui/dotdart/commits/v0.6.0