We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c4d2d commit 9ef0c1cCopy full SHA for 9ef0c1c
ios/Podfile
@@ -1,5 +1,5 @@
1
# Uncomment this line to define a global platform for your project
2
-# platform :ios, '12.0'
+platform :ios, '14.0'
3
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
@@ -30,6 +30,7 @@ flutter_ios_podfile_setup
30
target 'Runner' do
31
use_frameworks!
32
use_modular_headers!
33
+ pod 'DKImagePickerController', '4.3.4'
34
35
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
36
end
0 commit comments