forked from flutter-ml/google_ml_kit_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate_libs.sh
executable file
·54 lines (36 loc) · 834 Bytes
/
update_libs.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
46
47
48
49
50
51
52
53
54
#!/bin/sh
cd packages
cd google_mlkit_commons
flutter pub get
cd ../google_mlkit_barcode_scanning
flutter pub get
cd ../google_mlkit_digital_ink_recognition
flutter pub get
cd ../google_mlkit_entity_extraction
flutter pub get
cd ../google_mlkit_face_detection
flutter pub get
cd ../google_mlkit_face_mesh_detection
flutter pub get
cd ../google_mlkit_image_labeling
flutter pub get
cd ../google_mlkit_language_id
flutter pub get
cd ../google_mlkit_object_detection
flutter pub get
cd ../google_mlkit_pose_detection
flutter pub get
cd ../google_mlkit_selfie_segmentation
flutter pub get
cd ../google_mlkit_smart_reply
flutter pub get
cd ../google_mlkit_text_recognition
flutter pub get
cd ../google_mlkit_translation
flutter pub get
cd ../google_ml_kit
flutter pub get
cd ../example
flutter pub get
cd ios
pod install