Skip to content

Commit 0515554

Browse files
bensonarafatfbernaly
authored andcommitted
chore: Update project (#838)
1 parent cda1145 commit 0515554

68 files changed

Lines changed: 720 additions & 436 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818

1919
# Visual Studio Code related
2020
.vs/
21-
.vscode/
22-
.vscode
23-
.vscode/*
24-
!.vscode/tasks.json
25-
!.vscode/settings.json
2621

2722
.melos_tool/*
2823

@@ -65,6 +60,7 @@ example/android/app/google-services.json
6560
**/ios/Flutter/App.framework
6661
**/ios/Flutter/Flutter.framework
6762
**/ios/Flutter/Generated.xcconfig
63+
**/ios/Flutter/Local.xcconfig
6864
**/ios/Flutter/app.flx
6965
**/ios/Flutter/app.zip
7066
**/ios/Flutter/flutter_assets/

.vscode/launch.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Flutter (Example App)",
6+
"request": "launch",
7+
"type": "dart",
8+
"program": "${workspaceFolder}/packages/example/lib/main.dart",
9+
"cwd": "${workspaceFolder}/packages/example"
10+
},
11+
{
12+
"name": "Flutter (Example App - Profile)",
13+
"request": "launch",
14+
"type": "dart",
15+
"flutterMode": "profile",
16+
"program": "${workspaceFolder}/packages/example/lib/main.dart",
17+
"cwd": "${workspaceFolder}/packages/example"
18+
},
19+
{
20+
"name": "Flutter (Example App - Release)",
21+
"request": "launch",
22+
"type": "dart",
23+
"flutterMode": "release",
24+
"program": "${workspaceFolder}/packages/example/lib/main.dart",
25+
"cwd": "${workspaceFolder}/packages/example"
26+
}
27+
]
28+
}

CHANGELOG.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,129 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2026-02-03
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with changes:
13+
14+
- [`google_ml_kit` - `v0.20.1`](#google_ml_kit---v0201)
15+
- [`google_mlkit_barcode_scanning` - `v0.14.2`](#google_mlkit_barcode_scanning---v0142)
16+
- [`google_mlkit_commons` - `v0.11.1`](#google_mlkit_commons---v0111)
17+
- [`google_mlkit_digital_ink_recognition` - `v0.14.2`](#google_mlkit_digital_ink_recognition---v0142)
18+
- [`google_mlkit_document_scanner` - `v0.4.1`](#google_mlkit_document_scanner---v041)
19+
- [`google_mlkit_entity_extraction` - `v0.15.3`](#google_mlkit_entity_extraction---v0153)
20+
- [`google_mlkit_face_detection` - `v0.13.2`](#google_mlkit_face_detection---v0132)
21+
- [`google_mlkit_face_mesh_detection` - `v0.4.2`](#google_mlkit_face_mesh_detection---v042)
22+
- [`google_mlkit_image_labeling` - `v0.14.2`](#google_mlkit_image_labeling---v0142)
23+
- [`google_mlkit_language_id` - `v0.13.1`](#google_mlkit_language_id---v0131)
24+
- [`google_mlkit_object_detection` - `v0.15.1`](#google_mlkit_object_detection---v0151)
25+
- [`google_mlkit_pose_detection` - `v0.14.1`](#google_mlkit_pose_detection---v0141)
26+
- [`google_mlkit_selfie_segmentation` - `v0.10.1`](#google_mlkit_selfie_segmentation---v0101)
27+
- [`google_mlkit_smart_reply` - `v0.13.1`](#google_mlkit_smart_reply---v0131)
28+
- [`google_mlkit_subject_segmentation` - `v0.0.3`](#google_mlkit_subject_segmentation---v003)
29+
- [`google_mlkit_text_recognition` - `v0.15.1`](#google_mlkit_text_recognition---v0151)
30+
- [`google_mlkit_translation` - `v0.13.1`](#google_mlkit_translation---v0131)
31+
32+
---
33+
34+
#### `google_ml_kit` - `v0.20.1`
35+
36+
* Update all native dependencies to latest versions
37+
* See individual package changelogs for specific version updates
38+
39+
#### `google_mlkit_barcode_scanning` - `v0.14.2`
40+
41+
* Update Android native library `com.google.mlkit:barcode-scanning` to 17.3.0
42+
* Update iOS native library `GoogleMLKit/BarcodeScanning` to 9.0.0
43+
44+
#### `google_mlkit_commons` - `v0.11.1`
45+
46+
* Update Android native library `com.google.mlkit:vision-common` to 17.3.0
47+
* Update iOS native library `MLKitVision` to 10.0.0
48+
49+
#### `google_mlkit_digital_ink_recognition` - `v0.14.2`
50+
51+
* Update Android native library `com.google.mlkit:digital-ink-recognition` to 19.0.0
52+
* Update iOS native library `GoogleMLKit/DigitalInkRecognition` to 9.0.0
53+
54+
#### `google_mlkit_document_scanner` - `v0.4.1`
55+
56+
* Update Android native library `com.google.android.gms:play-services-mlkit-document-scanner` to 16.0.0
57+
* Note: iOS support is not available
58+
59+
#### `google_mlkit_entity_extraction` - `v0.15.3`
60+
61+
* Update Android native library `com.google.mlkit:entity-extraction` to 16.0.0-beta6
62+
* Update iOS native library `GoogleMLKit/EntityExtraction` to 9.0.0
63+
64+
#### `google_mlkit_face_detection` - `v0.13.2`
65+
66+
* Update Android native library `com.google.mlkit:face-detection` to 16.1.7
67+
* Update iOS native library `GoogleMLKit/FaceDetection` to 9.0.0
68+
69+
#### `google_mlkit_face_mesh_detection` - `v0.4.2`
70+
71+
* Update Android native library `com.google.mlkit:face-mesh-detection` to 16.0.0-beta3
72+
* Update iOS native library `GoogleMLKit/FaceMeshDetection` to 9.0.0 (Note: iOS support is not available)
73+
74+
#### `google_mlkit_image_labeling` - `v0.14.2`
75+
76+
* Update Android native library `com.google.mlkit:image-labeling` to 17.0.9
77+
* Update Android native library `com.google.mlkit:image-labeling-custom` to 17.0.3
78+
* Update iOS native library `GoogleMLKit/ImageLabeling` to 9.0.0
79+
* Update iOS native library `GoogleMLKit/ImageLabelingCustom` to 9.0.0
80+
81+
#### `google_mlkit_language_id` - `v0.13.1`
82+
83+
* Update Android native library `com.google.mlkit:language-id` to 17.0.6
84+
* Update iOS native library `GoogleMLKit/LanguageID` to 9.0.0
85+
86+
#### `google_mlkit_object_detection` - `v0.15.1`
87+
88+
* Update Android native library `com.google.mlkit:object-detection` to 17.0.2
89+
* Update Android native library `com.google.mlkit:object-detection-custom` to 17.0.2
90+
* Update iOS native library `GoogleMLKit/ObjectDetection` to 9.0.0
91+
* Update iOS native library `GoogleMLKit/ObjectDetectionCustom` to 9.0.0
92+
93+
#### `google_mlkit_pose_detection` - `v0.14.1`
94+
95+
* Update Android native library `com.google.mlkit:pose-detection` to 18.0.0-beta5
96+
* Update Android native library `com.google.mlkit:pose-detection-accurate` to 18.0.0-beta5
97+
* Update iOS native library `GoogleMLKit/PoseDetection` to 9.0.0
98+
* Update iOS native library `GoogleMLKit/PoseDetectionAccurate` to 9.0.0
99+
100+
#### `google_mlkit_selfie_segmentation` - `v0.10.1`
101+
102+
* Update Android native library `com.google.mlkit:segmentation-selfie` to 16.0.0-beta6
103+
* Update iOS native library `GoogleMLKit/SegmentationSelfie` to 9.0.0
104+
105+
#### `google_mlkit_smart_reply` - `v0.13.1`
106+
107+
* Update Android native library `com.google.mlkit:smart-reply` to 17.0.4
108+
* Update iOS native library `GoogleMLKit/SmartReply` to 9.0.0
109+
110+
#### `google_mlkit_subject_segmentation` - `v0.0.3`
111+
112+
* Update Android native library `com.google.android.gms:play-services-mlkit-subject-segmentation` to 16.0.0-beta1
113+
* Note: iOS support is not available
114+
115+
#### `google_mlkit_text_recognition` - `v0.15.1`
116+
117+
* Update Android native library `com.google.mlkit:text-recognition` to 16.0.1
118+
* Update Android native libraries `text-recognition-chinese`, `text-recognition-devanagari`, `text-recognition-japanese`, `text-recognition-korean` to 16.0.1
119+
* Update iOS native library `GoogleMLKit/TextRecognition` to 9.0.0
120+
* Update iOS native libraries `GoogleMLKit/TextRecognitionChinese`, `GoogleMLKit/TextRecognitionDevanagari`, `GoogleMLKit/TextRecognitionJapanese`, `GoogleMLKit/TextRecognitionKorean` to 9.0.0
121+
122+
#### `google_mlkit_translation` - `v0.13.1`
123+
124+
* Update Android native library `com.google.mlkit:translate` to 17.0.3
125+
* Update iOS native library `GoogleMLKit/Translate` to 9.0.0
126+
127+
---
128+
6129
## 2025-03-20
7130

8131
### Changes

packages/example/android/app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ android {
3939

4040
dependencies {
4141
// Add language package you need to use
42-
implementation("com.google.mlkit:text-recognition-chinese:16.0.0")
43-
implementation("com.google.mlkit:text-recognition-devanagari:16.0.0")
44-
implementation("com.google.mlkit:text-recognition-japanese:16.0.0")
45-
implementation("com.google.mlkit:text-recognition-korean:16.0.0")
42+
implementation("com.google.mlkit:text-recognition-chinese:16.0.1")
43+
implementation("com.google.mlkit:text-recognition-devanagari:16.0.1")
44+
implementation("com.google.mlkit:text-recognition-japanese:16.0.1")
45+
implementation("com.google.mlkit:text-recognition-korean:16.0.1")
4646
}
4747

4848
flutter {

packages/example/ios/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Flutter/App.framework
1919
Flutter/Flutter.framework
2020
Flutter/Flutter.podspec
2121
Flutter/Generated.xcconfig
22+
Flutter/Local.xcconfig
2223
Flutter/ephemeral/
2324
Flutter/app.flx
2425
Flutter/app.zip

packages/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>12.0</string>
24+
<string>13.0</string>
2525
</dict>
2626
</plist>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
22
#include "Generated.xcconfig"
3+
#include? "Local.xcconfig"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Copy this file to Local.xcconfig and fill in your values
2+
// Local.xcconfig is gitignored and will not be committed
3+
4+
// Your Apple Developer Team ID (found in https://developer.apple.com/account)
5+
DEVELOPMENT_TEAM = YOUR_TEAM_ID_HERE
6+
7+
// Your app's bundle identifier
8+
PRODUCT_BUNDLE_IDENTIFIER = com.google.ml.kit.flutter.example
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"
2+
#include "Generated.xcconfig"
3+
#include? "Local.xcconfig"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
22
#include "Generated.xcconfig"
3+
#include? "Local.xcconfig"

0 commit comments

Comments
 (0)