Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
63 views

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 ...
corgichu's user avatar
  • 2,600
0 votes
0 answers
80 views

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 = ...
Hamed Rezaee's user avatar
  • 7,298