Skip to content

Commit af6c9d3

Browse files
committed
chore: Apply changes from version 4.20.19
1 parent b1e776c commit af6c9d3

16 files changed

Lines changed: 444 additions & 548 deletions

File tree

example/android/app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,9 @@
6565

6666
<!-- For Android 13+ photo picker -->
6767
<uses-permission android:name="android.permission.READ_MEDIA_VISUAL_USER_SELECTED"/>
68-
68+
69+
<!-- For camera and video recording -->
70+
<uses-permission android:name="android.permission.CAMERA"/>
71+
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
72+
6973
</manifest>

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip

example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.7.3" apply false
22-
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
21+
id "com.android.application" version "8.9.1" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
2323
}
2424

2525
include ":app"

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>12.0</string>
24+
<string>13.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '12.0'
2+
# platform :ios, '13.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Podfile.lock

Lines changed: 70 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,51 @@ PODS:
33
- Flutter
44
- connectivity_plus (0.0.1):
55
- Flutter
6+
- FlutterMacOS
67
- device_info_plus (0.0.1):
78
- Flutter
8-
- DKImagePickerController/Core (4.3.9):
9+
- DKImagePickerController/Core (4.3.4):
910
- DKImagePickerController/ImageDataManager
1011
- DKImagePickerController/Resource
11-
- DKImagePickerController/ImageDataManager (4.3.9)
12-
- DKImagePickerController/PhotoGallery (4.3.9):
12+
- DKImagePickerController/ImageDataManager (4.3.4)
13+
- DKImagePickerController/PhotoGallery (4.3.4):
1314
- DKImagePickerController/Core
1415
- DKPhotoGallery
15-
- DKImagePickerController/Resource (4.3.9)
16-
- DKPhotoGallery (0.0.19):
17-
- DKPhotoGallery/Core (= 0.0.19)
18-
- DKPhotoGallery/Model (= 0.0.19)
19-
- DKPhotoGallery/Preview (= 0.0.19)
20-
- DKPhotoGallery/Resource (= 0.0.19)
16+
- DKImagePickerController/Resource (4.3.4)
17+
- DKPhotoGallery (0.0.17):
18+
- DKPhotoGallery/Core (= 0.0.17)
19+
- DKPhotoGallery/Model (= 0.0.17)
20+
- DKPhotoGallery/Preview (= 0.0.17)
21+
- DKPhotoGallery/Resource (= 0.0.17)
2122
- SDWebImage
2223
- SwiftyGif
23-
- DKPhotoGallery/Core (0.0.19):
24+
- DKPhotoGallery/Core (0.0.17):
2425
- DKPhotoGallery/Model
2526
- DKPhotoGallery/Preview
2627
- SDWebImage
2728
- SwiftyGif
28-
- DKPhotoGallery/Model (0.0.19):
29+
- DKPhotoGallery/Model (0.0.17):
2930
- SDWebImage
3031
- SwiftyGif
31-
- DKPhotoGallery/Preview (0.0.19):
32+
- DKPhotoGallery/Preview (0.0.17):
3233
- DKPhotoGallery/Model
3334
- DKPhotoGallery/Resource
3435
- SDWebImage
3536
- SwiftyGif
36-
- DKPhotoGallery/Resource (0.0.19):
37+
- DKPhotoGallery/Resource (0.0.17):
3738
- SDWebImage
3839
- SwiftyGif
3940
- file_picker (0.0.1):
4041
- DKImagePickerController/PhotoGallery
4142
- Flutter
4243
- Flutter (1.0.0)
44+
- flutter_image_compress_common (1.0.0):
45+
- Flutter
46+
- Mantle
47+
- SDWebImage
48+
- SDWebImageWebPCoder
49+
- flutter_video_thumbnail (0.0.1):
50+
- Flutter
4351
- image_gallery_saver_plus (0.0.1):
4452
- Flutter
4553
- image_picker_ios (0.0.1):
@@ -58,6 +66,9 @@ PODS:
5866
- libwebp/sharpyuv (1.3.2)
5967
- libwebp/webp (1.3.2):
6068
- libwebp/sharpyuv
69+
- Mantle (2.2.0):
70+
- Mantle/extobjc (= 2.2.0)
71+
- Mantle/extobjc (2.2.0)
6172
- open_file_ios (0.0.1):
6273
- Flutter
6374
- package_info_plus (0.4.5):
@@ -70,9 +81,12 @@ PODS:
7081
- photo_manager (2.0.0):
7182
- Flutter
7283
- FlutterMacOS
73-
- SDWebImage (5.20.0):
74-
- SDWebImage/Core (= 5.20.0)
75-
- SDWebImage/Core (5.20.0)
84+
- SDWebImage (5.18.8):
85+
- SDWebImage/Core (= 5.18.8)
86+
- SDWebImage/Core (5.18.8)
87+
- SDWebImageWebPCoder (0.15.0):
88+
- libwebp (~> 1.0)
89+
- SDWebImage/Core (~> 5.17)
7690
- shared_preferences_foundation (0.0.1):
7791
- Flutter
7892
- FlutterMacOS
@@ -81,24 +95,23 @@ PODS:
8195
- sqflite_darwin (0.0.4):
8296
- Flutter
8397
- FlutterMacOS
84-
- SwiftyGif (5.4.5)
98+
- SwiftyGif (5.4.4)
8599
- url_launcher_ios (0.0.1):
86100
- Flutter
87101
- video_player_avfoundation (0.0.1):
88102
- Flutter
89103
- FlutterMacOS
90-
- video_thumbnail (0.0.1):
91-
- Flutter
92-
- libwebp
93104
- wakelock_plus (0.0.1):
94105
- Flutter
95106

96107
DEPENDENCIES:
97108
- camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`)
98-
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
109+
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/darwin`)
99110
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
100111
- file_picker (from `.symlinks/plugins/file_picker/ios`)
101112
- Flutter (from `Flutter`)
113+
- flutter_image_compress_common (from `.symlinks/plugins/flutter_image_compress_common/ios`)
114+
- flutter_video_thumbnail (from `.symlinks/plugins/flutter_video_thumbnail/ios`)
102115
- image_gallery_saver_plus (from `.symlinks/plugins/image_gallery_saver_plus/ios`)
103116
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
104117
- integration_test (from `.symlinks/plugins/integration_test/ios`)
@@ -112,28 +125,33 @@ DEPENDENCIES:
112125
- sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
113126
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
114127
- video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`)
115-
- video_thumbnail (from `.symlinks/plugins/video_thumbnail/ios`)
116128
- wakelock_plus (from `.symlinks/plugins/wakelock_plus/ios`)
117129

118130
SPEC REPOS:
119131
trunk:
120132
- DKImagePickerController
121133
- DKPhotoGallery
122134
- libwebp
135+
- Mantle
123136
- SDWebImage
137+
- SDWebImageWebPCoder
124138
- SwiftyGif
125139

126140
EXTERNAL SOURCES:
127141
camera_avfoundation:
128142
:path: ".symlinks/plugins/camera_avfoundation/ios"
129143
connectivity_plus:
130-
:path: ".symlinks/plugins/connectivity_plus/ios"
144+
:path: ".symlinks/plugins/connectivity_plus/darwin"
131145
device_info_plus:
132146
:path: ".symlinks/plugins/device_info_plus/ios"
133147
file_picker:
134148
:path: ".symlinks/plugins/file_picker/ios"
135149
Flutter:
136150
:path: Flutter
151+
flutter_image_compress_common:
152+
:path: ".symlinks/plugins/flutter_image_compress_common/ios"
153+
flutter_video_thumbnail:
154+
:path: ".symlinks/plugins/flutter_video_thumbnail/ios"
137155
image_gallery_saver_plus:
138156
:path: ".symlinks/plugins/image_gallery_saver_plus/ios"
139157
image_picker_ios:
@@ -160,38 +178,39 @@ EXTERNAL SOURCES:
160178
:path: ".symlinks/plugins/url_launcher_ios/ios"
161179
video_player_avfoundation:
162180
:path: ".symlinks/plugins/video_player_avfoundation/darwin"
163-
video_thumbnail:
164-
:path: ".symlinks/plugins/video_thumbnail/ios"
165181
wakelock_plus:
166182
:path: ".symlinks/plugins/wakelock_plus/ios"
167183

168184
SPEC CHECKSUMS:
169-
camera_avfoundation: 04b44aeb14070126c6529e5ab82cc7c9fca107cf
170-
connectivity_plus: cb623214f4e1f6ef8fe7403d580fdad517d2f7dd
171-
device_info_plus: 71ffc6ab7634ade6267c7a93088ed7e4f74e5896
172-
DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c
173-
DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60
174-
file_picker: a0560bc09d61de87f12d246fc47d2119e6ef37be
175-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
176-
image_gallery_saver_plus: e597bf65a7846979417a3eae0763b71b6dfec6c3
177-
image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a
178-
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
185+
camera_avfoundation: adb0207d868b2d873e895371d88448399ab78d87
186+
connectivity_plus: 18382e7311ba19efcaee94442b23b32507b20695
187+
device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d
188+
DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac
189+
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
190+
file_picker: b159e0c068aef54932bb15dc9fd1571818edaf49
191+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
192+
flutter_image_compress_common: ec1d45c362c9d30a3f6a0426c297f47c52007e3e
193+
flutter_video_thumbnail: 6d39cd359e6ee59b7c9fa6c709be37a30c8ed73f
194+
image_gallery_saver_plus: 782ade975fe6a4600b53e7c1983e3a2979d1e9e5
195+
image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1
196+
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
179197
libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009
180-
open_file_ios: 5ff7526df64e4394b4fe207636b67a95e83078bb
181-
package_info_plus: af8e2ca6888548050f16fa2f1938db7b5a5df499
182-
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
183-
permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d
184-
photo_manager: d2fbcc0f2d82458700ee6256a15018210a81d413
185-
SDWebImage: 73c6079366fea25fa4bb9640d5fb58f0893facd8
186-
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
187-
sign_in_with_apple: c5dcc141574c8c54d5ac99dd2163c0c72ad22418
188-
sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
189-
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
190-
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
191-
video_player_avfoundation: 2cef49524dd1f16c5300b9cd6efd9611ce03639b
192-
video_thumbnail: b637e0ad5f588ca9945f6e2c927f73a69a661140
193-
wakelock_plus: e29112ab3ef0b318e58cfa5c32326458be66b556
198+
Mantle: c5aa8794a29a022dfbbfc9799af95f477a69b62d
199+
open_file_ios: 461db5853723763573e140de3193656f91990d9e
200+
package_info_plus: c0502532a26c7662a62a356cebe2692ec5fe4ec4
201+
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
202+
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
203+
photo_manager: ff695c7a1dd5bc379974953a2b5c0a293f7c4c8a
204+
SDWebImage: a81bbb3ba4ea5f810f4069c68727cb118467a04a
205+
SDWebImageWebPCoder: 0e06e365080397465cc73a7a9b472d8a3bd0f377
206+
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
207+
sign_in_with_apple: f3bf75217ea4c2c8b91823f225d70230119b8440
208+
sqflite_darwin: a553b1fd6fe66f53bbb0fe5b4f5bab93f08d7a13
209+
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
210+
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
211+
video_player_avfoundation: 7993f492ae0bd77edaea24d9dc051d8bb2cd7c86
212+
wakelock_plus: 76957ab028e12bfa4e66813c99e46637f367fc7e
194213

195-
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
214+
PODFILE CHECKSUM: 4f1c12611da7338d21589c0b2ecd6bd20b109694
196215

197-
COCOAPODS: 1.16.2
216+
COCOAPODS: 1.15.0

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
471471
GCC_WARN_UNUSED_FUNCTION = YES;
472472
GCC_WARN_UNUSED_VARIABLE = YES;
473-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
473+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
474474
MTL_ENABLE_DEBUG_INFO = NO;
475475
SDKROOT = iphoneos;
476476
SUPPORTED_PLATFORMS = iphoneos;
@@ -599,7 +599,7 @@
599599
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
600600
GCC_WARN_UNUSED_FUNCTION = YES;
601601
GCC_WARN_UNUSED_VARIABLE = YES;
602-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
602+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
603603
MTL_ENABLE_DEBUG_INFO = YES;
604604
ONLY_ACTIVE_ARCH = YES;
605605
SDKROOT = iphoneos;
@@ -648,7 +648,7 @@
648648
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
649649
GCC_WARN_UNUSED_FUNCTION = YES;
650650
GCC_WARN_UNUSED_VARIABLE = YES;
651-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
651+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
652652
MTL_ENABLE_DEBUG_INFO = NO;
653653
SDKROOT = iphoneos;
654654
SUPPORTED_PLATFORMS = iphoneos;

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<MacroExpansion>
3132
<BuildableReference
@@ -54,6 +55,7 @@
5455
buildConfiguration = "Debug"
5556
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5657
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
58+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
5759
launchStyle = "0"
5860
useCustomWorkingDirectory = "NO"
5961
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)