Skip to content

fix(supabase_flutter): drop passkeys requireResidentKey workaround, bump dependency#1521

Open
spydon wants to merge 2 commits into
chore/bump-supabase-flutter-min-flutter-3.32from
fix/passkeys-require-resident-key-upstream-fix
Open

fix(supabase_flutter): drop passkeys requireResidentKey workaround, bump dependency#1521
spydon wants to merge 2 commits into
chore/bump-supabase-flutter-min-flutter-3.32from
fix/passkeys-require-resident-key-upstream-fix

Conversation

@spydon

@spydon spydon commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • flutter pub get resolves passkeys_platform_interface: 2.8.0
  • flutter analyze clean
  • flutter test passes (57/57)
  • Manually verified that a registration options payload omitting authenticatorSelection.requireResidentKey no longer throws a null cast error with the new dependency version

@spydon spydon requested a review from a team as a code owner July 2, 2026 16:37
@spydon spydon force-pushed the fix/passkeys-require-resident-key-upstream-fix branch from 466ffe9 to 531b5e1 Compare July 2, 2026 16:56
@spydon spydon changed the base branch from main to chore/bump-supabase-flutter-min-flutter-3.32 July 2, 2026 16:56
spydon added 2 commits July 2, 2026 19:06
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.
…ump dependency

The passkeys_platform_interface null cast crash from omitted
authenticatorSelection.requireResidentKey (#1496) is now fixed upstream in
corbado/flutter-passkeys#254, released as passkeys_platform_interface 2.8.0.
Bump the dependency and revert the mapper workaround added in #1502, which
is no longer needed.
@spydon spydon force-pushed the fix/passkeys-require-resident-key-upstream-fix branch from 531b5e1 to ba39bc2 Compare July 2, 2026 17:06
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