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

supabase / supabase-flutter / 27763779899 / 3
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 01:48PM UTC
Files 1
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: 79.032%. Remained the same
27763779899.3

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.

49 of 62 relevant lines covered (79.03%)

1.29 hits per line

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

© 2026 Coveralls, Inc