Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 cahcedNetworkImageProvider 小部件获取图像 base64 而不重新下载它以在我的应用程序中共享它。或者如果有一种方法可以将图像作为 URL 共享并且可以保存到设备中
使用flutter_cache_manager插件通过该函数获取缓存数据
var file = await DefaultCacheManager().getSingleFile(url);
并且适用于缓存的图像,如果 URL 是新的,将下载它然后返回文件对象