Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernaly committed Jul 6, 2023
1 parent cd061c4 commit a7e88f9
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PODS:
- Flutter
- google_mlkit_commons
- GoogleMLKit/BarcodeScanning (~> 4.0.0)
- google_mlkit_commons (0.4.0):
- google_mlkit_commons (0.5.0):
- Flutter
- MLKitVision
- google_mlkit_digital_ink_recognition (0.9.0):
Expand Down Expand Up @@ -384,7 +384,7 @@ SPEC CHECKSUMS:
camera_avfoundation: 3125e8cd1a4387f6f31c6c63abb8a55892a9eeeb
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
google_mlkit_barcode_scanning: 86952fd0b6f2ae30ad8b0faa65ca813ffd91876e
google_mlkit_commons: 803b9b2fc28852082ae592a2db594c1e467b2f31
google_mlkit_commons: 9765447bd869c5d4f750dbd01475c8c42fd47aec
google_mlkit_digital_ink_recognition: 662aab98e0ba66c80f07227b93ab5f68d2dc892b
google_mlkit_entity_extraction: 04001a28d88e469d7c30d287059b9a250ff96068
google_mlkit_face_detection: 4ecd6d0f91f85438c760c93a283d49a5ab2be2c3
Expand Down
2 changes: 1 addition & 1 deletion packages/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ packages:
name: google_mlkit_commons
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0"
version: "0.5.0"
google_mlkit_digital_ink_recognition:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_barcode_scanning/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_digital_ink_recognition/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_entity_extraction/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_face_detection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_face_mesh_detection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_image_labeling/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_object_detection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_pose_detection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_selfie_segmentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_text_recognition/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_translation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mlkit_commons: ^0.4.0
google_mlkit_commons: ^0.5.0
# path: ../google_mlkit_commons

dev_dependencies:
Expand Down

0 comments on commit a7e88f9

Please sign in to comment.