File tree Expand file tree Collapse file tree 9 files changed +18
-13
lines changed
flutter_vlc_player_platform_interface Expand file tree Collapse file tree 9 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 1+ ## 7.2.0
2+ * Update to latest VLCKit sdks
3+ Credits to Mitch Ross (https://github.com/mitchross )
14## 7.1.5
25* Fix plugin destructor (https://github.com/solid-software/flutter_vlc_player/issues/237 )
36
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
3939
4040dependencies {
4141 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
42- implementation ' org.videolan.android:libvlc-all:3.5 .0-eap6 '
42+ implementation ' org.videolan.android:libvlc-all:3.6 .0-eap2 '
4343 implementation ' androidx.appcompat:appcompat:1.2.0'
4444 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
4545 implementation ' androidx.annotation:annotation:1.2.0'
Original file line number Diff line number Diff line change 2121 <key >CFBundleVersion </key >
2222 <string >1.0 </string >
2323 <key >MinimumOSVersion </key >
24- <string >9 .0 </string >
24+ <string >11 .0 </string >
2525</dict >
2626</plist >
Original file line number Diff line number Diff line change 11# Uncomment this line to define a global platform for your project
2- platform :ios , '9 .0'
2+ platform :ios , '14 .0'
33
44# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5+ <key >CADisableMinimumFrameDurationOnPhone </key >
6+ <true />
57 <key >CFBundleDevelopmentRegion </key >
68 <string >$(DEVELOPMENT_LANGUAGE) </string >
79 <key >CFBundleExecutable </key >
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ environment:
88dependencies :
99 flutter :
1010 sdk : flutter
11- path_provider : ^2.0.9
11+ path_provider : ^2.0.11
1212
1313
1414 # The following adds the Cupertino Icons font to your application.
1515 # Use with the CupertinoIcons class for iOS style icons.
16- cupertino_icons : ^1.0.4
16+ cupertino_icons : ^1.0.5
1717
1818dev_dependencies :
1919 flutter_test :
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Pod::Spec.new do |s|
1515 s . source = { :path => '.' }
1616 s . source_files = 'Classes/**/*'
1717 s . dependency 'Flutter'
18- s . platform = :ios , '9 .0'
19- s . dependency 'MobileVLCKit' , '~> 3.4 '
18+ s . platform = :ios , '11 .0'
19+ s . dependency 'MobileVLCKit' , '~> 3.5.1 '
2020 s . static_framework = true
2121
2222 # Flutter.framework does not contain a i386 slice.
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 : 7.1.5
3+ version : 7.2.0
44homepage : https://github.com/solid-software/flutter_vlc_player/
55
66environment :
@@ -20,7 +20,7 @@ dependencies:
2020 flutter :
2121 sdk : flutter
2222
23- meta : ^1.7 .0
23+ meta : ^1.8 .0
2424 flutter_vlc_player_platform_interface : ^2.0.1
2525
2626dev_dependencies :
@@ -29,4 +29,4 @@ dev_dependencies:
2929
3030 flutter_lints : ^1.0.4
3131 pigeon : ^0.2.4
32- plugin_platform_interface : ^2.0.1
32+ plugin_platform_interface : ^2.1.3
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ environment:
1010dependencies :
1111 flutter :
1212 sdk : flutter
13- meta : ^1.7 .0
14- plugin_platform_interface : ^2.1.2
13+ meta : ^1.8 .0
14+ plugin_platform_interface : ^2.1.3
1515
1616dev_dependencies :
1717 flutter_test :
1818 sdk : flutter
1919
2020 flutter_lints : ^1.0.4
21- mockito : ^5.1.0
21+ mockito : ^5.3.2
You can’t perform that action at this time.
0 commit comments