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

Adjust GitHub Actions to run tests on multiple versions of Flutter #54

Merged
merged 7 commits into from
Feb 8, 2024

Conversation

jfahrenkrug
Copy link
Collaborator

The reason is to be better equipped to catch issues that only happen on older or newer versions of Flutter.

The reason is to be better equipped to catch issues that only happen
on older or newer versions of Flutter.
…versions

Installing deps was failing for older supported Flutter/Dart versions because
flutter_lints 3 needs at least Dart 3.
We are trying to keep it backwards-compatible to Dart 2.17 and Flutter 3.0.0.
Also fix the const Column issue (GH-52).
Flutter 3.7.0 is over one year old. Supporting even older versions
would be too much effort. One year seems reasonable.
@jfahrenkrug jfahrenkrug merged commit e563f91 into main Feb 8, 2024
4 checks passed
@jfahrenkrug jfahrenkrug deleted the fix_column_const_issue branch February 8, 2024 18:16
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