Skip to content

Commit ebb1038

Browse files
authored
v4.0.1 (#88)
1 parent 0e90497 commit ebb1038

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 4.0.1
2+
3+
_Just some housekeeping! 🧹✨_
4+
5+
- chore: Lowered Dart SDK constraints
6+
- chore: Added Windows and Linux support in example app
7+
- docs: Updated platform support details documentation
8+
- docs: Added screenshots for pub.dev _(because visuals matter!)_
9+
110
## 4.0.0
211

312
_We Marie Kondo'd the entire API! Everything that didn't spark joy got yeeted into the digital void! ✨🗑️_

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Don't panic! We've got you covered. Check out our **📖 [Migration Guide]** - i
4949

5050
```yaml
5151
dependencies:
52-
cached_video_player_plus: ^4.0.0
52+
cached_video_player_plus: ^4.0.1
5353
video_player: ^2.10.0 # Don't forget this one!
5454
```
5555
@@ -198,7 +198,7 @@ If you're seeing cache files not deleting properly or multiple downloads of the
198198
```yaml
199199
# Add this to your pubspec.yaml
200200
dependencies:
201-
cached_video_player_plus: ^4.0.0
201+
cached_video_player_plus: ^4.0.1
202202
flutter_cache_manager: ^3.4.1
203203
204204
# In your pubspec.yaml, override flutter_cache_manager with a version that has the fix
@@ -233,7 +233,7 @@ If your cached videos show up as `.bin` files instead of proper video files, her
233233

234234
```yaml
235235
dependencies:
236-
cached_video_player_plus: ^4.0.0
236+
cached_video_player_plus: ^4.0.1
237237
flutter_cache_manager: ^3.4.1
238238
239239
# In your pubspec.yaml, override flutter_cache_manager with a version that has the fix

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages:
3131
path: ".."
3232
relative: true
3333
source: path
34-
version: "4.0.0"
34+
version: "4.0.1"
3535
characters:
3636
dependency: transitive
3737
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cached_video_player_plus
22
description: "The video_player plugin that went to therapy, worked on its commitment issues, and now actually remembers your videos!"
3-
version: 4.0.0
3+
version: 4.0.1
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/cached_video_player_plus
66
topics:

0 commit comments

Comments
 (0)