Skip to content

Commit

Permalink
chore: Update dependencies in Example app
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernaly committed Apr 18, 2024
1 parent 923828e commit 14d25b2
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 105 deletions.
40 changes: 22 additions & 18 deletions packages/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ PODS:
- Flutter
- google_mlkit_commons
- GoogleMLKit/Translate (~> 4.0.0)
- GoogleDataTransport (9.2.3):
- GoogleDataTransport (9.4.1):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
- nanopb (< 2.30911.0, >= 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleMLKit/BarcodeScanning (4.0.0):
- GoogleMLKit/MLKitCore
Expand Down Expand Up @@ -136,12 +136,16 @@ PODS:
- "GoogleToolboxForMac/NSString+URLArguments (2.3.2)"
- GoogleToolboxForMac/StringEncoding (2.3.2):
- GoogleToolboxForMac/Defines (= 2.3.2)
- GoogleUtilities/Environment (7.11.1):
- GoogleUtilities/Environment (7.13.0):
- GoogleUtilities/Privacy
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/Logger (7.11.1):
- GoogleUtilities/Logger (7.13.0):
- GoogleUtilities/Environment
- GoogleUtilities/UserDefaults (7.11.1):
- GoogleUtilities/Privacy
- GoogleUtilities/Privacy (7.13.0)
- GoogleUtilities/UserDefaults (7.13.0):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- GoogleUtilitiesComponents (1.1.0):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (2.3.0)
Expand Down Expand Up @@ -264,15 +268,15 @@ PODS:
- MLKitXenoCommon (1.0.0-beta11):
- MLKitCommon (~> 9.0)
- MLKitVision (~> 5.0)
- nanopb (2.30909.0):
- nanopb/decode (= 2.30909.0)
- nanopb/encode (= 2.30909.0)
- nanopb/decode (2.30909.0)
- nanopb/encode (2.30909.0)
- nanopb (2.30910.0):
- nanopb/decode (= 2.30910.0)
- nanopb/encode (= 2.30910.0)
- nanopb/decode (2.30910.0)
- nanopb/encode (2.30910.0)
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- PromisesObjC (2.2.0)
- PromisesObjC (2.4.0)
- SSZipArchive (2.1.5)

DEPENDENCIES:
Expand Down Expand Up @@ -381,7 +385,7 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/path_provider_foundation/darwin"

SPEC CHECKSUMS:
camera_avfoundation: 3125e8cd1a4387f6f31c6c63abb8a55892a9eeeb
camera_avfoundation: 759172d1a77ae7be0de08fc104cfb79738b8a59e
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
google_mlkit_barcode_scanning: d42717e8a28a5523bcb0b8a285c7d19555021c68
google_mlkit_commons: 3857c1e9f23ca02073f8dd34a7a3580feb814cef
Expand All @@ -397,13 +401,13 @@ SPEC CHECKSUMS:
google_mlkit_smart_reply: 0fe807739da6a44a1a952998dcf5203cb1c96704
google_mlkit_text_recognition: 9225b4bf1b176dd18b05c9594e5347834e793440
google_mlkit_translation: 1588e74d9487e95990a2b8bac9f39773677c716c
GoogleDataTransport: f0308f5905a745f94fb91fea9c6cbaf3831cb1bd
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
GoogleMLKit: 2bd0dc6253c4d4f227aad460f69215a504b2980e
GoogleToolboxForMac: 8bef7c7c5cf7291c687cf5354f39f9db6399ad34
GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749
GoogleUtilities: d053d902a8edaa9904e1bd00c37535385b8ed152
GoogleUtilitiesComponents: 679b2c881db3b615a2777504623df6122dd20afe
GTMSessionFetcher: 3a63d75eecd6aa32c2fc79f578064e1214dfdec2
image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5
image_picker_ios: b545a5f16c0fa88e3ecbbce3ed4de45567a8ec18
MLImage: 7bb7c4264164ade9bf64f679b40fb29c8f33ee9b
MLKitBarcodeScanning: 04e264482c5f3810cb89ebc134ef6b61e67db505
MLKitCommon: c1b791c3e667091918d91bda4bba69a91011e390
Expand Down Expand Up @@ -435,9 +439,9 @@ SPEC CHECKSUMS:
MLKitVision: 8baa5f46ee3352614169b85250574fde38c36f49
MLKitVisionKit: 5b5472d40ffc143bda693ba20a3cff44fe627d41
MLKitXenoCommon: 9fbc49cbaf44767693aac1bce4d866020e089d55
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
nanopb: 438bc412db1928dac798aa6fd75726007be04262
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
SSZipArchive: cefe1364104a0231268a5deb8495bdf2861f52f0

PODFILE CHECKSUM: 6cbfc3b172867eb3fa438d0d6fd6f72a6b8f9e04
Expand Down
Loading

0 comments on commit 14d25b2

Please sign in to comment.