Paweł Janik
Results
2
comments of
Paweł Janik
It would be great to have possibility to inject scanned values into CardField / CardForm or have scanning integrated into these components
hey @Abdulhaque4241, For me adding this in my **/android/build.gradle** ```bash ext { TextRecognition_compileSdkVersion = my_app_compileSdkVersion TextRecognition_buildToolsVersion = "my_app_buildToolsVersion" TextRecognition_targetSdkVersion = my_app_targetSdkVersion TextRecognition_minSdkVersion = my_app_minSdkVersion } ``` fixed the issue. Hopefully...