-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop work in Release Mode #5
Comments
I am facing this issue too, I have tried several ways but couldn't solve. |
What is the error you get? |
Just it is crashing. |
I see the same issue, works like a charm in debug mode and release mode when build directly on to the phone using Android Studio, but with any APK installment, either from Store or by manual install on phone, the APP just crashes at startup. |
Any idea to solve this issue? |
Yeah, use https://pub.dev/packages/flutter_paycards instead. The package and the recognition is much better and it works good for both Android and iOS. |
I compile every time in debug mode and I can run in my phone very well.
When compile with release mode, I cant start the APP on phone.
If remove dependecy, work again in release mode.
I have this line:
<uses-permission android:name="android.permission.CAMERA" >, it is not the case.
in dependencies:
What more I need to work in release mode ?
The text was updated successfully, but these errors were encountered: