1 Star 0 Fork 0

dongda/google_ml_kit_flutter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
update_libs.sh 887 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/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_document_scanner
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/dongda6/google_ml_kit_flutter.git
git@gitee.com:dongda6/google_ml_kit_flutter.git
dongda6
google_ml_kit_flutter
google_ml_kit_flutter
develop

搜索帮助