-
Notifications
You must be signed in to change notification settings - Fork 399
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
Adding flutter_secure_storage
to a new project causes build failures with: Missing classes detected while running R8.
#839
Comments
I have encountered a similar issue with the |
I suspect (but I don't really know) the issue is happening as a result of tree shaking. |
same here. |
Have you checked #748 (comment)? |
I believe I have done the "(real)" fix but the test could be contaminated so doing it in my clean project. It did build:
Can confirm worked with apk release (and drag drop install) APK also fails like aab when fix is disabled: I was also able to get it to work by using the dependency to just:
Which makes me think that: Would resolve this. |
Thanks, it worked for me.
And replaced the version codes with the most recent from these links: |
With a brand new project:
Causes:
Which keeps on leading me back to this error: flutter/flutter#156304
I have also logged a ticket downstream at oauth2_client: teranetsrl/oauth2_client#203
The text was updated successfully, but these errors were encountered: