Skip to content
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

chore: Add flutter version constraint to pubspec #583

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

RedX2501
Copy link
Contributor

I had version 3.24.5 installed and after updating to the latest head I started getting problems on build.

One of them was:

image

Which is odd because before updating it just worked.

After some time I noticed that the futter submodule had been updated to version 3.27.

After installing version 3.27.x of the flutter SDK everything started building again.

To not have this happen in the future it's best if we keep the necessary flutter version in the pubspec to get a better error in the future.

The only chore now is that when updating the flutter submodule the pubspec must also be updated.

@TomBursch TomBursch merged commit bd9b884 into TomBursch:main Dec 18, 2024
2 checks passed
@RedX2501 RedX2501 deleted the chore/update-flutter-version branch December 18, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants