Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,65 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-29
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the date to 2024-09-04

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright


### Changes

Packages with changes:

- [`google_mlkit_barcode_scanning` - `v0.12.1`](#google_mlkit_barcode_scanning---v0121)
- [`google_mlkit_face_detection` - `v0.11.1`](#google_mlkit_face_detection---v0111)
- [`google_mlkit_image_labeling` - `v0.12.1`](#google_mlkit_image_labeling---v0121)
- [`google_mlkit_language_id` - `v0.11.1`](#google_mlkit_language_id---v0111)
- [`google_mlkit_object_detection` - `v0.13.1`](#google_mlkit_object_detection---v0131)
- [`google_mlkit_pose_detection` - `v0.12.1`](#google_mlkit_pose_detection---v0121)
- [`google_mlkit_selfie_segmentation` - `v0.8.1`](#google_mlkit_selfie_segmentation---v081)
- [`google_mlkit_smart_reply` - `v0.11.1`](#google_mlkit_smart_reply---v0111)
- [`google_mlkit_text_recognition` - `v0.13.1`](#google_mlkit_text_recognition---v0131)
- [`google_mlkit_translation` - `v0.11.1`](#google_mlkit_translation---v0111)

---

#### `google_mlkit_barcode_scanning` - `v0.12.1`

* Update dependencies.

#### `google_mlkit_face_detection` - `v0.11.1`

* Update dependencies.

#### `google_mlkit_image_labeling` - `v0.12.1`

* Update dependencies.

#### `google_mlkit_language_id` - `v0.11.1`

* Update dependencies.

#### `google_mlkit_object_detection` - `v0.13.1`

* Update dependencies.

#### `google_mlkit_pose_detection` - `v0.12.1`

* Update dependencies.

#### `google_mlkit_selfie_segmentation` - `v0.8.1`

* Update dependencies.

#### `google_mlkit_smart_reply` - `v0.11.1`

* Update dependencies.

#### `google_mlkit_text_recognition` - `v0.13.1`

* Update dependencies.

#### `google_mlkit_translation` - `v0.11.1`

* Update dependencies.

## 2024-05-25

### Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ android {
}

dependencies {
implementation 'com.google.mlkit:barcode-scanning:17.2.0'
implementation 'com.google.mlkit:barcode-scanning:17.3.0'
}
2 changes: 1 addition & 1 deletion packages/google_mlkit_barcode_scanning/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_barcode_scanning
description: A Flutter plugin to use Google's ML Kit Barcode Scanning to read data encoded using most standard barcode formats.
version: 0.12.0
version: 0.12.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_face_detection/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ android {
}

dependencies {
implementation 'com.google.mlkit:face-detection:16.1.6'
implementation 'com.google.mlkit:face-detection:16.1.7'
}
2 changes: 1 addition & 1 deletion packages/google_mlkit_face_detection/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_face_detection
description: A Flutter plugin to use Google's ML Kit Face Detection to detect faces in an image, identify key facial features, and get the contours of detected faces.
version: 0.11.0
version: 0.11.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
4 changes: 2 additions & 2 deletions packages/google_mlkit_image_labeling/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
}

dependencies {
implementation 'com.google.mlkit:image-labeling:17.0.8'
implementation 'com.google.mlkit:image-labeling-custom:17.0.2'
implementation 'com.google.mlkit:image-labeling:17.0.9'
implementation 'com.google.mlkit:image-labeling-custom:17.0.3'
implementation 'com.google.mlkit:linkfirebase:17.0.0'
}
2 changes: 1 addition & 1 deletion packages/google_mlkit_image_labeling/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_image_labeling
description: A Flutter plugin to use Google's ML Kit Image Labeling to detect and extract information about entities in an image across a broad group of categories.
version: 0.12.0
version: 0.12.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_language_id/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ android {
}

dependencies {
implementation 'com.google.mlkit:language-id:17.0.5'
implementation 'com.google.mlkit:language-id:17.0.6'
}
2 changes: 1 addition & 1 deletion packages/google_mlkit_language_id/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_language_id
description: A Flutter plugin to use Google's ML Kit Language Identification to determine the language of a string of text.
version: 0.11.0
version: 0.11.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
4 changes: 2 additions & 2 deletions packages/google_mlkit_object_detection/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
}

dependencies {
implementation 'com.google.mlkit:object-detection:17.0.1'
implementation 'com.google.mlkit:object-detection-custom:17.0.1'
implementation 'com.google.mlkit:object-detection:17.0.2'
implementation 'com.google.mlkit:object-detection-custom:17.0.2'
implementation 'com.google.mlkit:linkfirebase:17.0.0'
}
2 changes: 1 addition & 1 deletion packages/google_mlkit_object_detection/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_object_detection
description: A Flutter plugin to use Google's ML Kit Object Detection and Tracking to detect and track objects in an image or live camera feed.
version: 0.13.0
version: 0.13.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
4 changes: 2 additions & 2 deletions packages/google_mlkit_pose_detection/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ android {
}

dependencies {
implementation 'com.google.mlkit:pose-detection:18.0.0-beta4'
implementation 'com.google.mlkit:pose-detection-accurate:18.0.0-beta4'
implementation 'com.google.mlkit:pose-detection:18.0.0-beta5'
implementation 'com.google.mlkit:pose-detection-accurate:18.0.0-beta5'
}
2 changes: 1 addition & 1 deletion packages/google_mlkit_pose_detection/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_pose_detection
description: A Flutter plugin to use Google's ML Kit Pose Detection to detect the pose of a subject's body in real time from a continuous video or static image.
version: 0.12.0
version: 0.12.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ android {
}

dependencies {
implementation 'com.google.mlkit:segmentation-selfie:16.0.0-beta5'
implementation 'com.google.mlkit:segmentation-selfie:16.0.0-beta6'
}
2 changes: 1 addition & 1 deletion packages/google_mlkit_selfie_segmentation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_selfie_segmentation
description: Flutter plugin to use Google's ML Kit Selfie Segmentation API to easily separate the background from users within a scene and focus on what matters.
version: 0.8.0
version: 0.8.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_smart_reply/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ android {
}

dependencies {
implementation 'com.google.mlkit:smart-reply:17.0.3'
implementation 'com.google.mlkit:smart-reply:17.0.4'
}

2 changes: 1 addition & 1 deletion packages/google_mlkit_smart_reply/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_smart_reply
description: A Flutter plugin to use Google's ML Kit Smart Reply API to automatically generate relevant replies to messages.
version: 0.11.0
version: 0.11.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
10 changes: 5 additions & 5 deletions packages/google_mlkit_text_recognition/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ android {
}

dependencies {
implementation 'com.google.mlkit:text-recognition:16.0.0'
compileOnly 'com.google.mlkit:text-recognition-chinese:16.0.0'
compileOnly 'com.google.mlkit:text-recognition-devanagari:16.0.0'
compileOnly 'com.google.mlkit:text-recognition-japanese:16.0.0'
compileOnly 'com.google.mlkit:text-recognition-korean:16.0.0'
implementation 'com.google.mlkit:text-recognition:16.0.1'
compileOnly 'com.google.mlkit:text-recognition-chinese:16.0.1'
compileOnly 'com.google.mlkit:text-recognition-devanagari:16.0.1'
compileOnly 'com.google.mlkit:text-recognition-japanese:16.0.1'
compileOnly 'com.google.mlkit:text-recognition-korean:16.0.1'
}
2 changes: 1 addition & 1 deletion packages/google_mlkit_text_recognition/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_text_recognition
description: A Flutter plugin to use Google's ML Kit Text Recognition to recognize text in any Chinese, Devanagari, Japanese, Korean and Latin character set.
version: 0.13.0
version: 0.13.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mlkit_translation/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ android {
}

dependencies {
implementation 'com.google.mlkit:translate:17.0.2'
implementation 'com.google.mlkit:translate:17.0.3'
}
2 changes: 1 addition & 1 deletion packages/google_mlkit_translation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_translation
description: A Flutter plugin to use Google's ML Kit On-Device Translation to dynamically translate text between more than 50 languages.
version: 0.11.0
version: 0.11.1
homepage: https://github.com/flutter-ml/google_ml_kit_flutter

environment:
Expand Down