xnz_image 0.1.12
xnz_image: ^0.1.12 copied to clipboard
Flutter image component for unified loading, downloading, and caching of network/memory/file/asset images, with extensible SVG/AVIF format support.
Changelog #
0.1.12 #
- Improved memory observer init/dispose idempotency and animated image cache eviction behavior.
- Synced README dependency examples and monorepo package versions to
0.1.12.
0.1.11 #
- Synced README dependency examples and monorepo package versions to
0.1.11.
0.1.10 - 2026-04-28 #
- Added bilingual README content, API dartdoc improvements, and pub example updates.
- Synced README dependency examples and monorepo package versions to
0.1.10.
0.1.9 - 2026-04-27 #
- Unified image decode validation across providers for more consistent behavior.
- Synced README dependency examples and monorepo package versions to
0.1.9.
0.1.8 #
- Improved release process documentation and clarified publish order/checklist.
- Synced README dependency versions to
0.1.8.
0.1.7 #
- Added
XNZAnimatedImagecontrollable animated-image widget with pause/resume/replay/loop/completion hooks and timeline sync. - Added animated demos in examples and improved static-image behavior when using animated widget.
- Unified monorepo package version to
0.1.7.
0.1.6 #
- Removed
connectTimeoutfromXNZNetworkImageand unified connection-timeout behavior in core downloader.
0.1.5 #
- Added SVG support for widget components:
XNZNetworkImage,XNZMemoryImage,XNZFileImage, andXNZAssetImage.
0.1.4 #
- Unified version across
xnz_image,xnz_image_core,xnz_image_svg, andxnz_image_avif. - Switched internal package dependencies to hosted versions for pub.dev publishing.
0.1.3 #
- Added new features.
0.1.2 #
- Updated
homepageandrepositorytohttps://github.com/qqxnz/xnz_image.git.
0.1.1 #
- Added real GitHub metadata in
pubspec.yaml(homepageandrepository). - Declared supported platforms (
android,ios,linux,macos,windows) for pub.dev display.
0.1.0 #
- Initial release of
xnz_image. - Added network, memory, and file image rendering widgets/providers.
- Included AVIF decoding support and integrated memory/disk cache management.