• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / supabase-flutter / 27763779899 / 4
85%
main: 85%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 01:48PM UTC
Files 15
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Jun 2026 01:43PM UTC coverage: 88.783% (+0.2%) from 88.62%
27763779899.4

push

github

web-flow
chore(supabase): enable dispose-class-fields and dispose owned clients (#1419)

Stacked on #1417.

## What

Enables the `dispose-class-fields` DCM rule by properly tearing down the
client fields `SupabaseClient` owns.

- `SupabaseClient.dispose()` now disposes the `functions` and `rest`
clients (no-ops today since they share the parent isolate, but correct
by contract) and closes `_authHttpClient`.
- `_authHttpClient` is only closed when the SDK created the underlying
`Client` (i.e. the caller did not pass their own `httpClient`), so a
user-provided client is never closed out from under them.
- `AuthHttpClient.close()` now forwards to its inner client, so the
internally-created `Client()` is actually torn down. This fixes the leak
the rule was flagging (previously `BaseClient.close()` was a no-op and
the inner client was never closed).

## Verification

- `dcm analyze packages` -> no issues found.
- `dart analyze` clean.
- `supabase` package tests: 83 passing, unchanged from baseline.

372 of 419 relevant lines covered (88.78%)

2.4 hits per line

Source Files on job supabase - 27763779899.4
  • Tree
  • List 15
  • Changed 6
  • Source Changed 6
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27763779899
  • 0e410718 on github
  • Prev Job for on main (#27629919187.1)
  • Next Job for on main (#27767998227.)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc