File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 3.0.3
2+
3+ - refactor: lowered sdk constraints to support dart 3.0.0 and above
4+
15## 3.0.2
26
37- chore: updated dependency constraints to support lower bounds
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add the `cached_video_player_plus` package to your `pubspec.yaml` file:
1919
2020``` yaml
2121dependencies :
22- cached_video_player_plus : ^3.0.2
22+ cached_video_player_plus : ^3.0.3
2323` ` `
2424
2525### 2. Follow the installation instructions
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ packages:
1515 path: ".."
1616 relative: true
1717 source: path
18- version: "3.0.2 "
18+ version: "3.0.3 "
1919 characters:
2020 dependency: transitive
2121 description:
Original file line number Diff line number Diff line change 11name : cached_video_player_plus
22description : " Original video_player plugin with the superpower of caching embedded in Android, iOS and macOS."
3- version : 3.0.2
3+ version : 3.0.3
44homepage : https://outdatedguy.rocks
55repository : https://github.com/OutdatedGuy/cached_video_player_plus
66
You can’t perform that action at this time.
0 commit comments