Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
739 stars 427 forks source link

Export cache_object #371

Open tristan-vrt opened 2 years ago

tristan-vrt commented 2 years ago

✨ 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.