You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a new flutter project and referencing the library
Downloading the zip and running the example/main.dart
Forking the project and running the example/main.dart
Firstly I am greeted by error about the app is not wrapped inside MaterialApp. I fixed this by wrapping the MyApp inside MaterialApp().
However after the build compiled, none of the three approached worked. It appears the code is only showing a camera preview and the ocr is not working. Tested on both Android and iOS.
Please inform if the example code is the minimum functional code, or I have to add some missing parts myself.
The text was updated successfully, but these errors were encountered:
I tried
Firstly I am greeted by error about the app is not wrapped inside MaterialApp. I fixed this by wrapping the MyApp inside MaterialApp().
However after the build compiled, none of the three approached worked. It appears the code is only showing a camera preview and the ocr is not working. Tested on both Android and iOS.
Please inform if the example code is the minimum functional code, or I have to add some missing parts myself.
The text was updated successfully, but these errors were encountered: