maskletter

Results 3 comments of maskletter

I tried it,The only key of obtainKey has been used in the ResizeImage component to clean up the memory. Is there any way for CachedNetworkImage to obtain the obtainKey?

``` ResizeImage aa = ResizeImage(NetworkImage(imgUrl), width: 200); aa.obtainKey(ImageConfiguration.empty).then((value) { ImageCache? imageCache = PaintingBinding.instance?.imageCache; imageCache?.evict(value); }); ``` Is there any way for CachedNetworkImage to obtain acquireKey?

Thanks, I know how to deal with it