Open aiman5252 opened 2 years ago
Did you solve this issue with the provider tag: https://github.com/ishaquehassan/document_scanner_flutter/issues/9 ?
No, I need to use that provider tag to build the app, but it didn't solve this issue.
As far as I understand this is beacuse of the tools:replace="android:authorities"
What build error do you get if you remove the provider from the Manifest?
For me it builds, but if I try to use the same library in a sibling app of mine, I get the error:
[INSTALL_FAILED_CONFLICTING_PROVIDER: Scanning Failed.: Can't install because provider name com.scanlibrary.provider is already used
this #9 solved my problem
@aiman5252 please refer this https://github.com/ishaquehassan/document_scanner_flutter/issues/19#issuecomment-1579374629
Hi, I've encountered an issue while using this package. What I wanted is to add a document scanner feature to my app using this code below:
After I trigger that method, my app crashed and this is the stack trace:
Can you please help me? Thanks in advance.