Closed ulusoyca closed 3 days ago
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.
Taking a look at failures.
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.
@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?
Link to the rule https://dcm.dev/docs/rules/common/avoid-suspicious-super-overrides/
@TahaTesser let's remove this rule. How about the failing tests?
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.
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.
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?