safe_image 0.1.0 copy "safe_image: ^0.1.0" to clipboard
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.
  • SafeImageWidget for drop-in image loading.
  • SafeImageScope for sharing a single pipeline across the widget tree.
  • Automatic retry with reduced resolution on OOM/decode errors.
0
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Safe image loading from URL with native downsampling. Prevents OOM crashes and UI jank with streaming download, disk caching, and concurrency control.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, http, path, path_provider

More

Packages that depend on safe_image

Packages that implement safe_image