Skip to content

Releases: Ventairy/dotdart

dotdart 0.9.0

Choose a tag to compare

@RyanHolanda RyanHolanda released this 21 Aug 14:33
7900d7d

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

Choose a tag to compare

@RyanHolanda RyanHolanda released this 19 Aug 01:19
e12263d

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

Choose a tag to compare

@RyanHolanda RyanHolanda released this 22 Jul 05:47
0518ba7

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

Choose a tag to compare

@RyanHolanda RyanHolanda released this 21 Jul 16:27