Flutter has its own internal cache of images. I need to clear that image cache. How do I do that?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Found this solution in the Flutter docs
import 'package:flutter/services.dart';
imageCache.clear();
just wondering how come Seth Ladd is asking question on Flutter. Am I missing something?