File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 ),
37credits to pharshdev (https://github.com/pharshdev ) and Mitch Ross (https://github.com/mitchross )
Original file line number Diff line number Diff line change 44#
55Pod ::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.
Original file line number Diff line number Diff line change 11name : flutter_vlc_player
22description : 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
44homepage : https://github.com/solid-software/flutter_vlc_player
55
66environment :
You can’t perform that action at this time.
0 commit comments