Rajatkalsotra / Face-Recognition-Flutter

Realtime face recognition with Flutter
MIT License
165 stars 84 forks source link

Migrated to Google MLKit #24

Open rjvysakh opened 2 years ago

rjvysakh commented 2 years ago

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

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

kuru0777 commented 10 months ago

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