From 45a7dfd75f33d9160db6c01fe295bb456db38ae9 Mon Sep 17 00:00:00 2001 From: Mikhail Sokolov Date: Thu, 14 Mar 2019 18:31:06 +0700 Subject: [PATCH] ios build --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 9be3e84..ca29655 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,7 +1,7 @@ # Uncomment this line to define a global platform for your project # platform :ios, '9.0' pod 'ZXingObjC', '3.6.5' -pod 'DropDown', '2.3.2' +pod 'DropDown', '2.3.12' if ENV['FLUTTER_FRAMEWORK_DIR'] == nil abort('Please set FLUTTER_FRAMEWORK_DIR to the directory containing Flutter.framework')