Рамка вокруг сканнера iOS

This commit is contained in:
Ivan Murashov
2018-04-23 21:52:59 +03:00
parent bc02327b3e
commit 2d912ff2f6
8 changed files with 204 additions and 20 deletions

View File

@@ -8,6 +8,7 @@ end
target Runner do
# Pods for Runner
pod 'Firebase'
# Flutter Pods
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
@@ -28,7 +29,8 @@ target Runner do
end
end
target Dinect do
# Pods for Runner
# Pods for Dinect
pod 'Firebase'
# Flutter Pods
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
@@ -49,7 +51,8 @@ target Dinect do
end
end
target Crypto do
# Pods for Runner
# Pods for Crypto
pod 'Firebase'
# Flutter Pods
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']