Android camera fixes, purchase screen fixes
This commit is contained in:
10
ios/Podfile
10
ios/Podfile
@@ -8,6 +8,8 @@ end
|
||||
|
||||
target ‘Runner’ do
|
||||
# Pods for Runner
|
||||
pod 'DropDown'
|
||||
use_frameworks!
|
||||
|
||||
# Flutter Pods
|
||||
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
|
||||
@@ -28,7 +30,9 @@ target ‘Runner’ do
|
||||
end
|
||||
end
|
||||
target ‘Dinect’ do
|
||||
# Pods for Runner
|
||||
# Pods for Dinect
|
||||
pod 'DropDown'
|
||||
use_frameworks!
|
||||
|
||||
# Flutter Pods
|
||||
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
|
||||
@@ -49,7 +53,9 @@ target ‘Dinect’ do
|
||||
end
|
||||
end
|
||||
target ‘Crypto’ do
|
||||
# Pods for Runner
|
||||
# Pods for Crypto
|
||||
pod 'DropDown'
|
||||
use_frameworks!
|
||||
|
||||
# Flutter Pods
|
||||
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
|
||||
|
||||
Reference in New Issue
Block a user