Skip to content

Commit

Permalink
Update SDK constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernaly committed Apr 22, 2024
1 parent 14b1495 commit 0166222
Show file tree
Hide file tree
Showing 31 changed files with 60 additions and 17 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Packages with changes:

- [`google_ml_kit` - `v0.17.0`](#google_ml_kit---v0170)
- [`google_mlkit_barcode_scanning` - `v0.11.0`](#google_mlkit_barcode_scanning---v0110)
- [`google_mlkit_commons` - `v0.7.0`](#google_mlkit_commons---v070)
- [`google_mlkit_digital_ink_recognition` - `v0.11.0`](#google_mlkit_digital_ink_recognition---v0110)
- [`google_mlkit_document_scanner` - `v0.0.1`](#google_mlkit_document_scanner---v001)
- [`google_mlkit_entity_extraction` - `v0.12.0`](#google_mlkit_entity_extraction---v0120)
Expand All @@ -29,17 +30,25 @@ Packages with changes:

---

#### `google_ml_kit` - `v0.70.0`
#### `google_ml_kit` - `v0.17.0`

* Update dependencies.
* Update SDK constraint.
* DEPRECATE convenience properties in favor of using specific plugins.

#### `google_mlkit_barcode_scanning` - `v0.11.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_commons` - `v0.7.0`

* Update SDK constraint.

#### `google_mlkit_digital_ink_recognition` - `v0.11.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_document_scanner` - `v0.0.1`

Expand All @@ -48,46 +57,57 @@ Packages with changes:
#### `google_mlkit_entity_extraction` - `v0.12.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_face_detection` - `v0.10.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_face_mesh_detection` - `v0.1.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_image_labeling` - `v0.11.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_language_id` - `v0.10.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_object_detection` - `v0.12.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_pose_detection` - `v0.11.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_selfie_segmentation` - `v0.7.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_smart_reply` - `v0.10.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_text_recognition` - `v0.12.0`

* Update dependencies.
* Update SDK constraint.

#### `google_mlkit_translation` - `v0.10.0`

* Update dependencies.
* Update SDK constraint.

## 2023-11-02

Expand Down
6 changes: 6 additions & 0 deletions packages/google_ml_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.17.0

* Update dependencies.
* Update SDK constraint.
* DEPRECATE convenience properties in favor of using specific plugins.

## 0.16.3

* Update dependencies.
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_barcode_scanning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.11.0

* Update dependencies.
* Update SDK constraint.

## 0.10.0

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 @@ -4,7 +4,7 @@ version: 0.11.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/google_mlkit_commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.0

* Update SDK constraint.

## 0.6.1

* Fix: Update build.gradle, support AGP 8.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_mlkit_commons/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: google_mlkit_commons
description: A Flutter plugin with commons files to implement google's standalone ml kit made for mobile platform.
version: 0.6.1
version: 0.7.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_digital_ink_recognition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.11.0

* Update dependencies.
* Update SDK constraint.

## 0.10.0

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 @@ -4,7 +4,7 @@ version: 0.11.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_document_scanner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_entity_extraction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.12.0

* Update dependencies.
* Update SDK constraint.

## 0.11.0

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 @@ -4,7 +4,7 @@ version: 0.12.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_face_detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.10.0

* Update dependencies.
* Update SDK constraint.

## 0.9.0

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 @@ -4,7 +4,7 @@ version: 0.10.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_face_mesh_detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.1.0

* Update dependencies.
* Update SDK constraint.

## 0.0.2

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 @@ -4,7 +4,7 @@ version: 0.1.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_image_labeling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.11.0

* Update dependencies.
* Update SDK constraint.

## 0.10.0

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 @@ -4,7 +4,7 @@ version: 0.11.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_language_id/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.10.0

* Update dependencies.
* Update SDK constraint.

## 0.9.0

Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_language_id/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.10.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_object_detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.12.0

* Update dependencies.
* Update SDK constraint.

## 0.11.0

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 @@ -4,7 +4,7 @@ version: 0.12.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_pose_detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.11.0

* Update dependencies.
* Update SDK constraint.

## 0.10.0

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 @@ -4,7 +4,7 @@ version: 0.11.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_selfie_segmentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.7.0

* Update dependencies.
* Update SDK constraint.

## 0.6.0

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 @@ -4,7 +4,7 @@ version: 0.7.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_smart_reply/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.10.0

* Update dependencies.
* Update SDK constraint.

## 0.9.0

Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_smart_reply/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.10.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_text_recognition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.12.0

* Update dependencies.
* Update SDK constraint.

## 0.11.0

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 @@ -4,7 +4,7 @@ version: 0.12.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/google_mlkit_translation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.10.0

* Update dependencies.
* Update SDK constraint.

## 0.9.0

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 @@ -4,7 +4,7 @@ version: 0.10.0
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down

0 comments on commit 0166222

Please sign in to comment.