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

feat!: Upgrade to Flutter 3.27.0 #1805

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

Peetee06
Copy link
Contributor

This PR updates the codebase to work with the changes in Flutter 3.27.0.

This is a BREAKING CHANGE, because Color.withValues was newly introduced in 3.27.0.

See Migration Guide for additional info.

I updated the constraint for the flutter sdk in the pubspec.yaml accordingly.

Closes #1804.

@imaNNeo
Copy link
Owner

imaNNeo commented Dec 16, 2024

Thanks @Peetee06
When I was reading the Flutter release note, I got worried about the amount of the code-change that I should have.
Now I'm super happy to see that you already updated them.
I appreciate it! 💙

@imaNNeo imaNNeo merged commit 62af27f into imaNNeo:main Dec 16, 2024
2 checks passed
@Peetee06 Peetee06 deleted the feat/upgrade-to-flutter-3.27.0 branch December 16, 2024 19:47
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.

Tests are failing on Flutter v3.27.0
2 participants