safe_image 0.1.0
safe_image: ^0.1.0 copied to clipboard
Safe image loading from URL with native downsampling. Prevents OOM crashes and UI jank with streaming download, disk caching, and concurrency control.
0.1.0 #
- Initial public release.
- Streaming HTTP download with configurable timeouts and size limits.
- Native image downsampling on Android and iOS via MethodChannel.
- SHA-1 based disk caching with ETag support.
- Concurrency control via configurable semaphores.
SafeImageWidgetfor drop-in image loading.SafeImageScopefor sharing a single pipeline across the widget tree.- Automatic retry with reduced resolution on OOM/decode errors.