-
Notifications
You must be signed in to change notification settings - Fork 28.7k
iOS App Build Failed After Upgrading from Flutter 1.22 to Flutter 2.0 #77189
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
Comments
It seems due to breaking API change. Maybe you need a migration. |
@jeiea Just tried doing it, it was a hell of a mess lol.. a few of the packages I depend on doesn't support null safety. Lots of dependency conflicts. Is there any way to downgrade to Flutter 1.22? |
I have not tried 2.0 migration, but what I can think of is |
Duplicate of #74519 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Uh oh!
There was an error while loading. Please reload this page.
I have a relatively large project and I don't think I can come up with a reproducible code example, but what happened was that project build went fine with Flutter 1.22.6. When I upgraded to Flutter 2.0.0 and tried to build my app it failed. I was hoping that someone would spot some useful information from the error logs. Thanks!
Steps to Reproduce
flutter run
Logs
Logs
Edit: Tried running with
--no-sound-null-safety
and the same error occurred.The text was updated successfully, but these errors were encountered: