summaryrefslogtreecommitdiff
path: root/ios/Podfile.lock
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-20 03:48:13 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-20 03:48:13 +0300
commitaf6e4b99a757c58404b5b4b3adc94ffeb784199d (patch)
tree6e3fe795ee67207f8be284a7a1bbc50cd82a2df1 /ios/Podfile.lock
parent75774f00f240d228a3958fa002fde29c9a94f877 (diff)
Initial full migration of the project.
Changes to be committed: new file: .gitignore new file: .metadata new file: README.md new file: analysis_options.yaml new file: android/.gitignore new file: android/app/build.gradle new file: android/app/src/debug/AndroidManifest.xml new file: android/app/src/main/AndroidManifest.xml new file: android/app/src/main/kotlin/com/example/ocr/MainActivity.kt new file: android/app/src/main/res/drawable-hdpi/ic_launcher_background.png new file: android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-mdpi/ic_launcher_background.png new file: android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-v21/launch_background.xml new file: android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png new file: android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png new file: android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png new file: android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable/launch_background.xml new file: android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file: android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file: android/app/src/main/res/mipmap-mdpi/ic_launcher.png new file: android/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file: android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file: android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file: android/app/src/main/res/values-night/styles.xml new file: android/app/src/main/res/values/colors.xml new file: android/app/src/main/res/values/styles.xml new file: android/app/src/profile/AndroidManifest.xml new file: android/build.gradle new file: android/gradle.properties new file: android/gradle/wrapper/gradle-wrapper.properties new file: android/settings.gradle new file: assets/MegaViewLogo.png new file: ios/.gitignore new file: ios/Flutter/AppFrameworkInfo.plist new file: ios/Flutter/Debug.xcconfig new file: ios/Flutter/Release.xcconfig new file: ios/Podfile new file: ios/Podfile.lock new file: ios/Runner.xcodeproj/project.pbxproj new file: ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file: ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file: ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file: ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme new file: ios/Runner.xcworkspace/contents.xcworkspacedata new file: ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file: ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file: ios/Runner/AppDelegate.swift new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png new file: ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json new file: ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png new file: ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png new file: ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png new file: ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md new file: ios/Runner/Base.lproj/LaunchScreen.storyboard new file: ios/Runner/Base.lproj/Main.storyboard new file: ios/Runner/Info.plist new file: ios/Runner/Runner-Bridging-Header.h new file: ios/RunnerTests/RunnerTests.swift new file: lib/main.dart new file: lib/result_screen.dart new file: pubspec.lock new file: pubspec.yaml new file: test/widget_test.dart
Diffstat (limited to 'ios/Podfile.lock')
-rw-r--r--ios/Podfile.lock175
1 files changed, 175 insertions, 0 deletions
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
new file mode 100644
index 0000000..7622fd6
--- /dev/null
+++ b/ios/Podfile.lock
@@ -0,0 +1,175 @@
+PODS:
+ - camera_avfoundation (0.0.1):
+ - Flutter
+ - Flutter (1.0.0)
+ - google_mlkit_commons (0.2.0):
+ - Flutter
+ - MLKitVision
+ - google_mlkit_text_recognition (0.4.0):
+ - Flutter
+ - google_mlkit_commons
+ - GoogleMLKit/TextRecognition (~> 3.1.0)
+ - GoogleMLKit/TextRecognitionChinese (~> 3.1.0)
+ - GoogleMLKit/TextRecognitionDevanagari (~> 3.1.0)
+ - GoogleMLKit/TextRecognitionJapanese (~> 3.1.0)
+ - GoogleMLKit/TextRecognitionKorean (~> 3.1.0)
+ - GoogleDataTransport (9.2.0):
+ - GoogleUtilities/Environment (~> 7.7)
+ - nanopb (< 2.30910.0, >= 2.30908.0)
+ - PromisesObjC (< 3.0, >= 1.2)
+ - GoogleMLKit/MLKitCore (3.1.0):
+ - MLKitCommon (~> 7.0.0)
+ - GoogleMLKit/TextRecognition (3.1.0):
+ - GoogleMLKit/MLKitCore
+ - MLKitTextRecognition (~> 1.4.0-beta5)
+ - GoogleMLKit/TextRecognitionChinese (3.1.0):
+ - GoogleMLKit/MLKitCore
+ - MLKitTextRecognitionChinese (~> 1.0.0-beta5)
+ - GoogleMLKit/TextRecognitionDevanagari (3.1.0):
+ - GoogleMLKit/MLKitCore
+ - MLKitTextRecognitionDevanagari (~> 1.0.0-beta5)
+ - GoogleMLKit/TextRecognitionJapanese (3.1.0):
+ - GoogleMLKit/MLKitCore
+ - MLKitTextRecognitionJapanese (~> 1.0.0-beta5)
+ - GoogleMLKit/TextRecognitionKorean (3.1.0):
+ - GoogleMLKit/MLKitCore
+ - MLKitTextRecognitionKorean (~> 1.0.0-beta5)
+ - GoogleToolboxForMac/DebugUtils (2.3.2):
+ - GoogleToolboxForMac/Defines (= 2.3.2)
+ - GoogleToolboxForMac/Defines (2.3.2)
+ - GoogleToolboxForMac/Logger (2.3.2):
+ - GoogleToolboxForMac/Defines (= 2.3.2)
+ - "GoogleToolboxForMac/NSData+zlib (2.3.2)":
+ - GoogleToolboxForMac/Defines (= 2.3.2)
+ - "GoogleToolboxForMac/NSDictionary+URLArguments (2.3.2)":
+ - GoogleToolboxForMac/DebugUtils (= 2.3.2)
+ - GoogleToolboxForMac/Defines (= 2.3.2)
+ - "GoogleToolboxForMac/NSString+URLArguments (= 2.3.2)"
+ - "GoogleToolboxForMac/NSString+URLArguments (2.3.2)"
+ - GoogleUtilities/Environment (7.8.0):
+ - PromisesObjC (< 3.0, >= 1.2)
+ - GoogleUtilities/Logger (7.8.0):
+ - GoogleUtilities/Environment
+ - GoogleUtilities/UserDefaults (7.8.0):
+ - GoogleUtilities/Logger
+ - GoogleUtilitiesComponents (1.1.0):
+ - GoogleUtilities/Logger
+ - GTMSessionFetcher/Core (1.7.2)
+ - MLImage (1.0.0-beta3)
+ - MLKitCommon (7.0.0):
+ - GoogleDataTransport (~> 9.0)
+ - GoogleToolboxForMac/Logger (~> 2.1)
+ - "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
+ - "GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)"
+ - GoogleUtilities/UserDefaults (~> 7.0)
+ - GoogleUtilitiesComponents (~> 1.0)
+ - GTMSessionFetcher/Core (~> 1.1)
+ - Protobuf (~> 3.12)
+ - MLKitTextRecognition (1.4.0-beta5):
+ - MLKitCommon (~> 7.0)
+ - MLKitTextRecognitionCommon (= 1.0.0-beta5)
+ - MLKitVision (~> 4.1)
+ - MLKitTextRecognitionChinese (1.0.0-beta5):
+ - MLKitCommon (~> 7.0)
+ - MLKitTextRecognitionCommon (= 1.0.0-beta5)
+ - MLKitVision (~> 4.1)
+ - MLKitTextRecognitionCommon (1.0.0-beta5):
+ - MLKitCommon (~> 7.0)
+ - MLKitVision (~> 4.1)
+ - MLKitTextRecognitionDevanagari (1.0.0-beta5):
+ - MLKitCommon (~> 7.0)
+ - MLKitTextRecognitionCommon (= 1.0.0-beta5)
+ - MLKitVision (~> 4.1)
+ - MLKitTextRecognitionJapanese (1.0.0-beta5):
+ - MLKitCommon (~> 7.0)
+ - MLKitTextRecognitionCommon (= 1.0.0-beta5)
+ - MLKitVision (~> 4.1)
+ - MLKitTextRecognitionKorean (1.0.0-beta5):
+ - MLKitCommon (~> 7.0)
+ - MLKitTextRecognitionCommon (= 1.0.0-beta5)
+ - MLKitVision (~> 4.1)
+ - MLKitVision (4.1.0):
+ - GoogleToolboxForMac/Logger (~> 2.1)
+ - "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
+ - GTMSessionFetcher/Core (~> 1.1)
+ - MLImage (= 1.0.0-beta3)
+ - MLKitCommon (~> 7.0)
+ - Protobuf (~> 3.12)
+ - nanopb (2.30909.0):
+ - nanopb/decode (= 2.30909.0)
+ - nanopb/encode (= 2.30909.0)
+ - nanopb/decode (2.30909.0)
+ - nanopb/encode (2.30909.0)
+ - permission_handler_apple (9.0.4):
+ - Flutter
+ - PromisesObjC (2.1.1)
+ - Protobuf (3.21.9)
+
+DEPENDENCIES:
+ - camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`)
+ - Flutter (from `Flutter`)
+ - google_mlkit_commons (from `.symlinks/plugins/google_mlkit_commons/ios`)
+ - google_mlkit_text_recognition (from `.symlinks/plugins/google_mlkit_text_recognition/ios`)
+ - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
+
+SPEC REPOS:
+ trunk:
+ - GoogleDataTransport
+ - GoogleMLKit
+ - GoogleToolboxForMac
+ - GoogleUtilities
+ - GoogleUtilitiesComponents
+ - GTMSessionFetcher
+ - MLImage
+ - MLKitCommon
+ - MLKitTextRecognition
+ - MLKitTextRecognitionChinese
+ - MLKitTextRecognitionCommon
+ - MLKitTextRecognitionDevanagari
+ - MLKitTextRecognitionJapanese
+ - MLKitTextRecognitionKorean
+ - MLKitVision
+ - nanopb
+ - PromisesObjC
+ - Protobuf
+
+EXTERNAL SOURCES:
+ camera_avfoundation:
+ :path: ".symlinks/plugins/camera_avfoundation/ios"
+ Flutter:
+ :path: Flutter
+ google_mlkit_commons:
+ :path: ".symlinks/plugins/google_mlkit_commons/ios"
+ google_mlkit_text_recognition:
+ :path: ".symlinks/plugins/google_mlkit_text_recognition/ios"
+ permission_handler_apple:
+ :path: ".symlinks/plugins/permission_handler_apple/ios"
+
+SPEC CHECKSUMS:
+ camera_avfoundation: 07c77549ea54ad95d8581be86617c094a46280d9
+ Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
+ google_mlkit_commons: e9070f57232c3a3e4bd42fdfa621bb1f4bb3e709
+ google_mlkit_text_recognition: 900d35cbb2d314c02ae0b23cba39bb284ca79327
+ GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
+ GoogleMLKit: 9d072522949ff0ef4dae5359feaf3db2ef2fa658
+ GoogleToolboxForMac: 8bef7c7c5cf7291c687cf5354f39f9db6399ad34
+ GoogleUtilities: 1d20a6ad97ef46f67bbdec158ce00563a671ebb7
+ GoogleUtilitiesComponents: 679b2c881db3b615a2777504623df6122dd20afe
+ GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba
+ MLImage: 489dfec109f21da8621b28d476401aaf7a0d4ff4
+ MLKitCommon: 20f4aca0ec2bb37cef2b9c211b50586817bac5d3
+ MLKitTextRecognition: 46c6574e7db6452f5a426312c04a794c82d6fcf0
+ MLKitTextRecognitionChinese: 3db181074a4ca958c8703ebdf3df185cb2159ec1
+ MLKitTextRecognitionCommon: 9f66172593cedc9654d56bf9b3d1044c054e2c41
+ MLKitTextRecognitionDevanagari: 80d1f5d3699da516648f5693b2e569b8110dea1b
+ MLKitTextRecognitionJapanese: b4e56e02f778e0cfe163cd41fb2d1f5e991492d9
+ MLKitTextRecognitionKorean: 630e09b21ea4c6b39e5202dec4357ccc3062b754
+ MLKitVision: 639a171d937241f3fcf92bc1b3ef8f179f49916c
+ nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
+ permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
+ PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
+ Protobuf: 02524ec14183fe08fb259741659e79683788158b
+
+PODFILE CHECKSUM: 578b249715fb90c411f981f8134ab40889cf81b3
+
+COCOAPODS: 1.11.3 \ No newline at end of file