You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: align Dart SDK minimum version to >=3.3.0 across all packages (#1343)
Update postgrest, realtime_client, storage_client, and functions_client
to require sdk: '>=3.3.0 <4.0.0', matching supabase_flutter, supabase,
and gotrue. Since supabase_flutter already requires Dart 3.3.0+,
advertising >=3.0.0 on sub-packages was misleading.
Remove redundant null assertion operators in postgrest_builder.dart
that become unnecessary_non_null_assertion warnings under Dart 3.3.0+
flow analysis.
Linear: SDK-814
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments