This a sample Flutter app integrated with the ML Kit Vision API for recognition All text from an image.
Using the following dependencies in the pubspec.yaml file:
dependencies:
cupertino_icons: ^1.0.3
camera: ^0.9.4+5
google_ml_kit: ^0.7.3
For the latest version of these plugins checkout their respective pages on
pub.dev
.
You can try out the app on your system by following these steps:
-
Get packages:
flutter pub get
-
Go to
android/app/build.gradle
and update theminSdkVersion
to 26:minSdkVersion 26
-
Run the app:
flutter run
Inspire by sbis04/flutter_mlkit_vision