flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

Export cache_object

Open tristan-vrt opened this issue 3 years ago • 0 comments

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...) Added an export to flutter_cache_manager.dart + fixed git url in pubspec.yaml.

⤵️ What is the current behavior? The behaviour is the same, except the ability to access cache_object from external code.

💥 Does this PR introduce a breaking change? No, it doesn't

🐛 The main goal of changes Exporting cache_object.dart allows for external projects to create a custom implementation of CacheManager and CacheInfoRepository. It is not possible to do this without exporting cache_object.dart. This PR also fixed the git url for the example project.

tristan-vrt avatar Apr 05 '22 09:04 tristan-vrt