Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernaly committed Apr 25, 2024
1 parent 798f606 commit 9e17d86
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions packages/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PODS:
- Flutter
- google_mlkit_commons
- GoogleMLKit/DigitalInkRecognition (~> 6.0.0)
- google_mlkit_document_scanner (0.1.0):
- google_mlkit_document_scanner (0.2.0):
- Flutter
- google_mlkit_entity_extraction (0.13.0):
- Flutter
Expand All @@ -25,7 +25,7 @@ PODS:
- Flutter
- google_mlkit_commons
- GoogleMLKit/FaceDetection (~> 6.0.0)
- google_mlkit_face_mesh_detection (0.1.1):
- google_mlkit_face_mesh_detection (0.2.0):
- Flutter
- google_mlkit_commons
- google_mlkit_image_labeling (0.12.0):
Expand Down Expand Up @@ -392,10 +392,10 @@ SPEC CHECKSUMS:
google_mlkit_barcode_scanning: 383d0c2dd62d92b36c0b10c7e69cf98d3650dc40
google_mlkit_commons: 96aaca445520311b84a2da013dedf3427fe4cc69
google_mlkit_digital_ink_recognition: b9abc8bbe3b9a62a28b2740efc74d9324d8b24c5
google_mlkit_document_scanner: d699d8d37d75a97abf6ba07ce72c8fbe8f8fe456
google_mlkit_document_scanner: 5b889061c0b0967d83cb0c15c1b084776f509a00
google_mlkit_entity_extraction: 6a2f93e1d83cd971a453052a955084e22fadb0ed
google_mlkit_face_detection: b760d6035222630f347352b3b13f4a23ea9fb994
google_mlkit_face_mesh_detection: 1746ddb8d3658b3da12fbe1bdf5d13abb5b1f1c5
google_mlkit_face_mesh_detection: 0b0aa33d79e82959925391b176e1d96a846caf9c
google_mlkit_image_labeling: 6e0b7cbdec78650a00cccefc95f1ee8e6168a58c
google_mlkit_language_id: a63b1951078835b2682e52d9243012dfed621fec
google_mlkit_object_detection: 54a45452f93ce49f38a24a2e6880591708d7c752
Expand Down
4 changes: 2 additions & 2 deletions packages/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ packages:
path: "../google_mlkit_document_scanner"
relative: true
source: path
version: "0.1.0"
version: "0.2.0"
google_mlkit_entity_extraction:
dependency: "direct main"
description:
Expand All @@ -225,7 +225,7 @@ packages:
path: "../google_mlkit_face_mesh_detection"
relative: true
source: path
version: "0.1.1"
version: "0.2.0"
google_mlkit_image_labeling:
dependency: "direct main"
description:
Expand Down
26 changes: 13 additions & 13 deletions packages/google_ml_kit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ dependencies:

# Vision APIs
google_mlkit_commons: ^0.7.1
google_mlkit_barcode_scanning: ^0.11.1
google_mlkit_digital_ink_recognition: ^0.11.1
google_mlkit_face_detection: ^0.10.1
google_mlkit_face_mesh_detection: ^0.1.1
google_mlkit_image_labeling: ^0.11.1
google_mlkit_object_detection: ^0.12.1
google_mlkit_pose_detection: ^0.11.1
google_mlkit_selfie_segmentation: ^0.7.1
google_mlkit_text_recognition: ^0.12.1
google_mlkit_barcode_scanning: ^0.12.0
google_mlkit_digital_ink_recognition: ^0.12.0
google_mlkit_face_detection: ^0.11.0
google_mlkit_face_mesh_detection: ^0.2.0
google_mlkit_image_labeling: ^0.12.0
google_mlkit_object_detection: ^0.13.0
google_mlkit_pose_detection: ^0.12.0
google_mlkit_selfie_segmentation: ^0.8.0
google_mlkit_text_recognition: ^0.13.0

# uncomment these lines when working on the local plugins
# google_mlkit_commons:
Expand All @@ -44,10 +44,10 @@ dependencies:
# path: ../google_mlkit_text_recognition

# Natural Language APIs
google_mlkit_entity_extraction: ^0.12.1
google_mlkit_language_id: ^0.10.1
google_mlkit_translation: ^0.10.1
google_mlkit_smart_reply: ^0.10.1
google_mlkit_entity_extraction: ^0.13.0
google_mlkit_language_id: ^0.11.0
google_mlkit_translation: ^0.11.0
google_mlkit_smart_reply: ^0.11.0

# uncomment these lines when working on the local plugins
# google_mlkit_entity_extraction:
Expand Down

0 comments on commit 9e17d86

Please sign in to comment.