Skip to content

Commit 677ae3d

Browse files
authored
Updates MobileVLC to fix a bug on ios with HLS Streaming on VLCKit itself (#56)
1 parent 8979997 commit 677ae3d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.2
2+
* Updates MobileVLC to fix a bug on ios with HLS Streaming on VLCKit itself. See (https://code.videolan.org/videolan/VLCKit/-/issues/368),
3+
credits to Mitch Ross (https://github.com/mitchross)
4+
15
## 3.0.1
26
* Fix a bug on Android with URL parsing. See (https://github.com/solid-software/flutter_vlc_player/issues/52),
37
credits to pharshdev (https://github.com/pharshdev) and Mitch Ross (https://github.com/mitchross)

ios/flutter_vlc_player.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_vlc_player'
7-
s.version = '3.0.0'
7+
s.version = '3.0.2'
88
s.summary = 'A new flutter plugin project.'
99
s.description = <<-DESC
1010
A VLC-powered alternative to Flutter video_player. Supports multiple players on one screen.
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '9.0'
19-
s.dependency 'MobileVLCKit', '~> 3.3.11'
19+
s.dependency 'MobileVLCKit', '~> 3.3.12'
2020
s.static_framework = true
2121

2222
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_vlc_player
22
description: A VLC-powered alternative to Flutter's video_player. Supports multiple players on one screen.
3-
version: 3.0.1
3+
version: 3.0.2
44
homepage: https://github.com/solid-software/flutter_vlc_player
55

66
environment:

0 commit comments

Comments
 (0)