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

Bump min Flutter SDK version to 3.16.0 #343

Merged
merged 4 commits into from
Nov 19, 2024
Merged

Conversation

ulusoyca
Copy link
Collaborator

Description

Bumps the min Flutter SDK version to 3.16.0

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

@ulusoyca ulusoyca requested a review from TahaTesser November 18, 2024 19:48
Copy link

It appears that this PR does not include any tests. It is recommended to add tests, especially for critical changes, to ensure code quality and prevent regressions. However, if this PR is only updating samples or documentation, feel free to skip adding tests and disregard this comment.

@TahaTesser
Copy link
Collaborator

Taking a look at failures.

Copy link

It appears that this PR does not include any tests. It is recommended to add tests, especially for critical changes, to ensure code quality and prevent regressions. However, if this PR is only updating samples or documentation, feel free to skip adding tests and disregard this comment.

@TahaTesser
Copy link
Collaborator

@ulusoyca
I fixed avoid-suspicious-super-overrides issues. There are tons more of these avoid-suspicious-super-overrides issues, which may require lot of refactoring. Perhaps disable this rule?

@TahaTesser
Copy link
Collaborator

@ulusoyca
Copy link
Collaborator Author

@TahaTesser let's remove this rule. How about the failing tests?

Copy link

It appears that this PR does not include any tests. It is recommended to add tests, especially for critical changes, to ensure code quality and prevent regressions. However, if this PR is only updating samples or documentation, feel free to skip adding tests and disregard this comment.

Copy link

It appears that this PR does not include any tests. It is recommended to add tests, especially for critical changes, to ensure code quality and prevent regressions. However, if this PR is only updating samples or documentation, feel free to skip adding tests and disregard this comment.

@@ -24,5 +24,3 @@ scripts:
exec: dcm analyze .
format:
exec: dart format --set-exit-if-changed .
test:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since example folders don't have a "test" folder and only in the root folder of the package, the melos test fails in the CI. However, this is fine to remove since GitHub check also runs flutter test directly in the root package folder.

Copy link
Collaborator

@TahaTesser TahaTesser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ulusoyca ulusoyca merged commit 0608a7c into main Nov 19, 2024
4 checks passed
@ulusoyca ulusoyca deleted the bump-min-flutter-sdk-3-16-0 branch November 19, 2024 11:32
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