I am currently developing a Flutter plugin that utilizes the SourceAFIS fingerprint library. While the integration works perfectly in debug mode, I encounter an issue in release mode. The error message I receive is:
Caused by: java.lang.IllegalStateException: SourceAFIS resource not found: version.txt. Use proper dependency management tool.
any idea how to solve this?