I get an error in version 4.1.1. Maybe there are private submodules?
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve cz.adaptech.android:tesseract4android:4.1.1.
Required by:
project :app > project :flutter_mrz_scanner
> Could not resolve cz.adaptech.android:tesseract4android:4.1.1.
> Could not get resource 'https://jitpack.io/cz/adaptech/android/tesseract4android/4.1.1/tesseract4android-4.1.1.pom'.
> Could not GET 'https://jitpack.io/cz/adaptech/android/tesseract4android/4.1.1/tesseract4android-4.1.1.pom'. Received status code 401 from server: Unauthorized
You used wrong dependency name. It should be implementation 'cz.adaptech:tesseract4android:4.1.1', not implementation 'cz.adaptech.android:tesseract4android:4.1.1'
I get an error in version 4.1.1. Maybe there are private submodules?