-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Package broken on Android with Flutter version 3.16.0 #264
Comments
Same issue here, works in profile mode |
Add following into your build.gradle as a hotfix (FYI build on linux or windows goes well) |
Seems like this is related to flutter/flutter#138535 |
I also have the same problem in Flutter version 3.16.9. For now I'm using packagingOptions to work around the problem, but it doesn't seem to be the right way. |
Steps to reproduce
Breaks with the following exception:
UPDATE
Seems like this only happens when trying to build in
debug
mode.The text was updated successfully, but these errors were encountered: