Skip to content

Commit

Permalink
v2.0.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy authored Jan 2, 2024
1 parent e322127 commit f64ca06
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.0.0

**BREAKING CHANGES**

- Using `flutter_cache_manager` for caching and removed all caching related
code from this package
- Using platform specific `video_player` plugin as `default_package` and
removed all video related code from this package

**Features**

- feat: added support to invalidate cache if older than a specified duration
- feat: added support for `macOS` platform

## 1.0.1

- fix: compiler linking issues while running on simulator
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the `cached_video_player_plus` package to your `pubspec.yaml` file:

```yaml
dependencies:
cached_video_player_plus: ^1.0.1
cached_video_player_plus: ^2.0.0
```
### 2. Follow the installation instructions
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.1"
version: "2.0.0"
characters:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cached_video_player_plus
description: "Original video_player plugin with the superpower of caching embedded in Android, iOS and macOS."
version: 1.0.1
version: 2.0.0
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/cached_video_player_plus

Expand Down

0 comments on commit f64ca06

Please sign in to comment.