Skip to content

dotdart 0.8.0

Choose a tag to compare

@RyanHolanda RyanHolanda released this 19 Aug 01:19
· 1 commit to main since this release
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(...).