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(...).