Skip to content

Commit fa216bf

Browse files
7.2.0
1 parent 517ca5a commit fa216bf

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

flutter_vlc_player/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 7.2.0
2-
* Update to latest VLCKit sdks
2+
* Update to latest VLCKit sdks
33
Credits to Mitch Ross (https://github.com/mitchross)
4+
45
## 7.1.5
56
* Fix plugin destructor (https://github.com/solid-software/flutter_vlc_player/issues/237)
67

flutter_vlc_player/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
sdk: flutter
2222

2323
meta: ^1.8.0
24-
flutter_vlc_player_platform_interface: ^2.0.1
24+
flutter_vlc_player_platform_interface: ^2.0.2
2525

2626
dev_dependencies:
2727
flutter_test:

flutter_vlc_player_platform_interface/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.2
2+
3+
- Update dependencies
4+
15
## 2.0.1
26

37
- Add Hybrid composition support for Android
@@ -37,4 +41,4 @@
3741

3842
## 1.0.0
3943

40-
- Initial open-source release.
44+
- Initial open-source release.

flutter_vlc_player_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_vlc_player_platform_interface
22
description: A common platform interface for the flutter vlc player plugin.
33
homepage: https://github.com/solid-software/flutter_vlc_player
4-
version: 2.0.1
4+
version: 2.0.2
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)