-
Notifications
You must be signed in to change notification settings - Fork 182
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
Error after upgrading to Flutter 3.24.0 and dart sdk 3.5.0 #397
Comments
Occurs after upgrade flutter to 3.24. Roll flutter back to 3.22 may solve it. With latest flutter 3.24, update the compileSdkVersion to 31 or higher like the commit here will fix this, too: Additionally, change it's dependency and your app's dependency. Also the built android libs should be saved in android/src/main/jniLibs. Or use my fork:
|
i've the same problem. when I was upgrade flutter sdk to 3.2.4 |
@UnluckyY1 Thanks for the info! 👍 |
I have the same problem. when I was upgrade flutter sdk to 3.2.4... thx. |
@Bojan227 I've a question. can you execute flutter build appbundle and it's work ok ? and flutter build apk throw exception? |
@carlos00027 I've used flutter run --release and I've got the errors above. |
you must "flutter run --release --verbose" for more details |
@daadu also seeing problems with wifi_iot after upgrade to Flutter 3.24 on mac and iOS |
Thanks for reporting the issue and apologies for delay in responding. There is a PR filled on #398 - will do the same for |
The fix has landed on pub.dev with:
@Bojan227 Thank you for reporting the bug, check yourself in the CONTRIBUTORS.md file. |
Hey @daadu
If i run the app with flutter run --release I'm receiving the following error messages.
Flutter doctor
The text was updated successfully, but these errors were encountered: