diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 3dde37d..204b7ee 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -31,7 +31,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: camera: 38cc83ae9a5667bb5a71c7d9edaf60a91920fd4e Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c - image_picker: 9c3312491f862b28d21ecd8fdf0ee14e601b3f09 + image_picker: 50e7c7ff960e5f58faa4d1f4af84a771c671bc4a path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c tflite_flutter: 9157a660578930a99728974f247369af1c3595d5 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 1448673..84a82a0 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 50; + objectVersion = 51; objects = { /* Begin PBXBuildFile section */ @@ -68,7 +68,6 @@ 6A6D314123D9912BD4560337 /* Pods-Runner.release.xcconfig */, C3ADCBE32306D92A75026291 /* Pods-Runner.profile.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -348,7 +347,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -434,7 +433,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -483,7 +482,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index a28140c..c537502 100644 --- a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -27,8 +27,6 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> - - - - + + - - =2.12.0-0.0 <3.0.0" - flutter: ">=1.12.13+hotfix.5" + dart: ">=2.12.0 <3.0.0" + flutter: ">=1.26.0-17.6.pre" diff --git a/pubspec.yaml b/pubspec.yaml index 107ce42..9b53afc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -29,11 +29,11 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.3 camera: ^0.5.8+2 - tflite_flutter: ^0.5.0 - tflite_flutter_helper: ^0.1.2 - image: ^2.1.12 - path_provider: ^1.6.11 - image_picker: ^0.6.7+2 + tflite_flutter: ^0.8.0 + tflite_flutter_helper: ^0.2.0 + image: ^3.0.2 + path_provider: ^2.0.1 + image_picker: ^0.7.3 dev_dependencies: flutter_test: