Skip to content

Add upper SDK constraint to 3.20.0 #56

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

Closed
wants to merge 3 commits into from
Closed

Conversation

fujidaiti
Copy link
Owner

@fujidaiti fujidaiti commented Feb 24, 2024

Temporarily set the upper constraint of the Flutter SDK version to 3.20.0. This is necessary because the current SDK used to analyze packages on pub.dev is 3.20.0-1.1.pre, which has a breaking change in the PageView class that is not compatible with the current version of this package. As a result, static analysis errors occur on pub.dev.

@fujidaiti fujidaiti self-assigned this Feb 24, 2024
@fujidaiti
Copy link
Owner Author

Won't publish this version because:

Package validation found the following potential issue:

  • The Flutter constraint should not have an upper bound.
    In your pubspec.yaml the constraint is currently >=3.10.6 < 3.20.0.

    You can replace that with just the lower bound: >=3.10.6.

@fujidaiti fujidaiti closed this Feb 24, 2024
@fujidaiti fujidaiti deleted the donot-run-with-3.20 branch February 24, 2024 14:58
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.

1 participant