flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

Expose CacheInfoRepository, CacheStore, CacheOject

Open hpoul opened this issue 5 years ago • 1 comments

🏗 Enhancement Proposal

It looks like those three objects are not exposed using the default package:flutter_cache_manager/flutter_cache_manager.dart. But especially CacheStore seems to be meant to be interacted directly by user of the library.

I would propose to include the exports in flutter_cache_manager.dart for:

  • src/cache_store.dart
  • src/storage/cache_info_repository.dart
  • src/storage/cache_object.dart

hpoul avatar Aug 17 '20 23:08 hpoul

Yes, please!

timekone avatar Aug 18 '20 22:08 timekone