2 questions
0
votes
1
answer
63
views
Flutter's CachedNetworkImage doesn't seem to clean up data from temporary storage
thanks for taking the time to help!
I am building an app that displays many images/GIFs. I have been using CachedNetworkImage to display these assets. I noticed today that my app cache on both iOS and ...
0
votes
0
answers
80
views
Problem with `flutter_cache_manager` package in Android
I am using flutter_cache_manager to cache downloaded files (file size is about 40mb), the code is working perfectly in iOS:
Future<String?> fetchModel() async {
try {
final cacheManager = ...