forked from flutter-ml/google_ml_kit_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
publish.sh
executable file
·45 lines (30 loc) · 923 Bytes
/
publish.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/bin/sh
cd packages
cd google_mlkit_commons
flutter pub publish --dry-run
cd ../google_mlkit_barcode_scanning
flutter pub publish --dry-run
cd ../google_mlkit_digital_ink_recognition
flutter pub publish --dry-run
cd ../google_mlkit_entity_extraction
flutter pub publish --dry-run
cd ../google_mlkit_face_detection
flutter pub publish --dry-run
cd ../google_mlkit_image_labeling
flutter pub publish --dry-run
cd ../google_mlkit_language_id
flutter pub publish --dry-run
cd ../google_mlkit_object_detection
flutter pub publish --dry-run
cd ../google_mlkit_pose_detection
flutter pub publish --dry-run
cd ../google_mlkit_selfie_segmentation
flutter pub publish --dry-run
cd ../google_mlkit_smart_reply
flutter pub publish --dry-run
cd ../google_mlkit_text_recognition
flutter pub publish --dry-run
cd ../google_mlkit_translation
flutter pub publish --dry-run
cd ../google_ml_kit
flutter pub publish --dry-run