Skip to content

Commit f5a32f8

Browse files
authored
v4.0.4 (#112)
1 parent c258b1e commit f5a32f8

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.0.4
2+
3+
_Bug fixes and Flutter updates! 🐛⚡_
4+
5+
- fix: `isInitialized` is false even after video is initialized _(because even booleans need therapy sometimes!)_
6+
- chore: Updated package and example app to Flutter 3.35
7+
18
## 4.0.3
29

310
_Bug fixes and refactoring improvements! 🐛✨_
@@ -7,7 +14,7 @@ _Bug fixes and refactoring improvements! 🐛✨_
714

815
## 4.0.2
916

10-
_Bug fixes and documentation improvements! 📚_
17+
_Bug fixes and documentation improvements! 🐛📚_
1118

1219
- fix: Dispose method not asynchronous _(technically breaking, but unlikely to affect real usage)_
1320
- docs: Fixed desktop demo sizing issue for better user experience

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ See `cached_video_player_plus` in action across different platforms:
6565

6666
```yaml
6767
dependencies:
68-
cached_video_player_plus: ^4.0.3
68+
cached_video_player_plus: ^4.0.4
6969
video_player: ^2.10.0 # Don't forget this one!
7070
```
7171

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.3"
34+
version: "4.0.4"
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.3
3+
version: 4.0.4
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/cached_video_player_plus
66
topics:

0 commit comments

Comments
 (0)