Skip to content

Add supabase-flutter to the registry#490

Draft
spydon wants to merge 1 commit into
flutter:mainfrom
spydon:add-supabase-flutter
Draft

Add supabase-flutter to the registry#490
spydon wants to merge 1 commit into
flutter:mainfrom
spydon:add-supabase-flutter

Conversation

@spydon

@spydon spydon commented Jul 3, 2026

Copy link
Copy Markdown

Adds a registry entry for supabase-flutter, the official Supabase client library for Flutter/Dart, so that framework changes are checked against its tests as a presubmit.

Follows the same pattern as the Flame entry (#489): the entry clones supabase-flutter at a pinned commit and runs scripts/customer_testing.dart, which:

  1. Runs flutter analyze --no-fatal-infos over the whole pub workspace (covers every member package).
  2. Runs flutter test in packages/supabase_flutter.

Only supabase_flutter is exercised because it is hermetic (mock/stub based). The repo's other packages have tests that require a live Supabase backend, so they are not included here.

The scripts/customer_testing.dart script is added in supabase/supabase-flutter#1528.

Draft: this is blocked on that PR merging. The fetch=... checkout <sha> line currently points to the PR branch commit and will be updated to the squash-merge commit on main before this is marked ready for review.

contact: lukas.klingsbo@supabase.io

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