vunet_flutter_plugin_cached_network_image 0.0.1 copy "vunet_flutter_plugin_cached_network_image: ^0.0.1" to clipboard
vunet_flutter_plugin_cached_network_image: ^0.0.1 copied to clipboard

cached_network_image instrumentation for vuTelemetry Flutter RUM.

Changelog #

0.0.1 #

  • Initial release: image.load instrumentation for cached_network_image.
    • VuInstrumentedCacheManager emits image.load spans with disk_cache / network sources, and VuInstrumentedFileService nests the child HTTP GET under them.
    • VuCachedNetworkImage / VuCachedNetworkImageProvider drop-ins; the provider additionally records Flutter ImageCache memory hits.
    • Child GET spans end on 304 / non-200 responses even when the cache manager never drains the body.