Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ await CachedVideoPlayerPlus.clearAllCache(); // *POOF* 💨

If you're seeing cache files not deleting properly or multiple downloads of the same video:

**Root Cause**: The `flutter_cache_manager` with the fixed bug is not yet published on pub.dev, so we need to override it in our `pubspec.yaml`.

**Solution**: Add the following dependency override to your `pubspec.yaml`:

```yaml
dependency_overrides:
flutter_cache_manager:
Expand Down