-
Notifications
You must be signed in to change notification settings - Fork 90
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
Unable to build release #12
Comments
I changed to use https://github.com/bwhiteTP/flutter_appavailability 's target version fix flutter_appavailability:
git:
url: "https://github.com/bwhiteTP/flutter_appavailability.git"
ref: "26461d5296cd8c0a58da1d9c5f1e960643ebb323" |
or you can reference the existing pull request a9e2fa3 in this repo by using the following instead:
|
Same issue here, this really needs to be fixed. Until this is fixed, I recommend using |
Thanks @rhisiart-cufflink, I've edited my comment. 👍🏻 |
Same issue. |
This solved here. Flutter v1.12.13+hotfix.9 |
Thanks maat, that's what I needed to know 👍 |
When running on release mode, I get a build error:
This error can be reproduced in any project. Just add the dependency and try to run on release mode or build an apk/app-bundle.
Don't know whether iOS has been affected, since I just tested on Android.
I started to encounter this error as soon as I updated Flutter to v1.12.13+hotfix.5. Previously, I was using Flutter v1.9.1+hotfix.6.
The text was updated successfully, but these errors were encountered: