Face-Recognition-Flutter
Face-Recognition-Flutter copied to clipboard
Migrated to Google MLKit
Description
The Firebase ML Vision has been discontinued and this repo has been migrated to the lates Google MLKit. The whole codebase dependencies have been updated to the latest version.
Dependencies
please note down the dependencies that use in this code change.
For example
- camera: ^0.9.4+5
- firebase_core: ^1.10.0
- camera: ^0.5.8+2
- firebase_ml_vision: ^0.6.0
- path_provider: ^1.6.11
- tflite_flutter: ^0.4.1
- image: ^2.1.12
- google_ml_kit: ^0.7.3
- image: ^3.0.8
- path_provider: ^2.0.7
- tflite_flutter: ^0.9.0
Native Dependencies
please note down the native dependencies that use in this code change. Which can have issues with code push
For example flutter-sdk: ">=2.12.0 <3.0.0"
checklist
- [ ✓] used convection commits
Creating inputimage and using imglib.getRed() in these package versions Functions such as are no longer available. Could you please update?
environment: sdk: ">=2.12.0 <3.0.0"
dependencies: camera: ^0.10.5+7 cupertino_icons: ^1.0.6
firebase_ml_vision: ^0.12.0+3
flutter: sdk: flutter google_ml_kit: ^0.16.3 google_mlkit_commons: ^0.6.1 image: ^4.1.3 path_provider: ^2.0.7 tflite_flutter: ^0.10.4
dev_dependencies: flutter_test: sdk: flutter