flutter_cache_store icon indicating copy to clipboard operation
flutter_cache_store copied to clipboard

More configurable cache manager for Flutter

Results 7 flutter_cache_store issues
Sort by recently updated
recently updated
newest added

Is there any plan to migrate / support null-safety? thanks!

The docs is really confusing. It would be better if the creators can provide a full-fledged example with UI integration.

I tried to use all the Policies that you sugested in the documentation, but the files are only available for few seconds. Can you provide an example? I may forget...

Would be nice to explain why this is different from https://pub.dev/packages/flutter_cache_manager - you say its inspired. I assume you made it better. So... whats different? Why not combine efforts with...

In the case the fetch Method throws, which seems the only way to implement a statusCode check, the CacheControlPolicy throws in cleanup. ``` Tried calling: >(1578663515) #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5) #1...

bug

I'm missing a possibillity to integrate etag support in combination with the If-None-Match request header. As far as I can see there is no way in the CacheStorePolicy to check...

In our usecase we work with big JSON files which gets much smaller even on a simple gzip compression. We would be able to cache much more files (or use...