File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
flutter_vlc_player_platform_interface Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11## 7.2.0
2- * Update to latest VLCKit sdks
2+ * Update to latest VLCKit sdks
33Credits 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
Original file line number Diff line number Diff 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
2626dev_dependencies :
2727 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 2.0.2
2+
3+ - Update dependencies
4+
15## 2.0.1
26
37- Add Hybrid composition support for Android
3741
3842## 1.0.0
3943
40- - Initial open-source release.
44+ - Initial open-source release.
Original file line number Diff line number Diff line change 11name : flutter_vlc_player_platform_interface
22description : A common platform interface for the flutter vlc player plugin.
33homepage : https://github.com/solid-software/flutter_vlc_player
4- version : 2.0.1
4+ version : 2.0.2
55
66environment :
77 sdk : ' >=2.12.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments