flutter ml kit vision
this a sample flutter app integrated with the ml kit vision api for recognition of email addresses from an image.
plugins
using the following dependencies in the pubspec.yaml file:
dependencies:
camera: ^0.8.1
google_ml_kit: ^0.3.0
for the latest version of these plugins checkout their respective pages on
pub.dev
.
usage
currently only
android
platform is supported but work is going on for theios
side, you can track the progress on its github repo.
you can try out the app on your system by following these steps:
- download this repo:
sbis04/flutter_mlkit_vision.git
- get packages:
flutter pub get
- go to
android/app/build.gradle
and update theminsdkversion
to 26:minsdkversion 26
- run the app:
flutter run
Comments are closed.