chore(supabase_flutter): bump minimum supported Flutter to 3.32.0#1522
Open
spydon wants to merge 2 commits into
Open
chore(supabase_flutter): bump minimum supported Flutter to 3.32.0#1522spydon wants to merge 2 commits into
spydon wants to merge 2 commits into
Conversation
Raises the floor from Flutter 3.22.0/Dart 3.4.0 to Flutter 3.32.0/Dart 3.8.0 and updates the CI matrix to match. Needed to pick up passkeys_platform_interface >=2.8.0, which itself requires Dart >=3.8.0.
Bumping the minimum SDK to 3.8.0 switches dart format's default output style for this package. Reformats existing files so CI's format check passes under the new style.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
supabase_flutter's minimum supported SDK from Flutter 3.22.0/Dart 3.4.0 to Flutter 3.32.0/Dart 3.8.0.test.yml) to test against 3.32.x instead of 3.22.x.environmentconstraints in the example apps (examples/passkeys,packages/supabase_flutter/example).Why
Needed to unblock #1521, which bumps
passkeys_platform_interfaceto^2.8.0. That version requires Dart>=3.8.0, which is unsatisfiable under the current 3.22.0 floor and was failing CI (Flutter v3.22.xjobs) with a version-solving error.Test plan
flutter pub getresolves cleanlyflutter analyzecleanflutter testpasses (60/60)