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

supabase / supabase-flutter
80%

Build:
DEFAULT BRANCH: main
Repo Added 19 Jan 2025 06:54AM UTC
Token z3GUkNtD1PDnCOWpuPvCMvjUB924F4R9N regen
Build 329 Last
Files 70
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • chore-review-actions
  • chore/add-agents-md-file
  • chore/bump-app_links
  • chore/code-reference
  • chore/coverage
  • chore/coverage-realtime
  • chore/coverage-source
  • chore/functions-coverage
  • chore/gotrue-coverage
  • chore/publish
  • chore/release
  • chore/setup-release-please
  • chore/supabase-coverage
  • chore/test-coverage
  • chore/update-examples
  • chore/upgrade-app-links
  • cleanup/remove-parens-fromJson
  • docs/error-codes
  • docs/fix-infra-typo-license-20250902-024002
  • docs/google-signin
  • docs/update-signinwithidtoken-providers-1259
  • feat-admin-oauth-update-list-19ca1
  • feat/add-examples-project
  • feat/add-force-function-region-query-param
  • feat/broadcast-replay-support
  • feat/cupertino
  • feat/custom-metadata
  • feat/gotrue-get-claims
  • feat/issue-1158-debug-instrumentation
  • feat/oauth-admin-endpoints
  • feat/phone-2fa
  • feat/phone-mfa
  • feat/realtime-explicit-rest-call
  • feat/semantic-release-automation
  • feat/storage-download-query-params
  • feat/workflow-improvements
  • feat/workflow-phase4-developer-experience
  • feat/workflow-phase5-additional-improvements
  • fix-getclaims-token-decoding
  • fix-to-string
  • fix/app-links-method-removal
  • fix/dartio-usage
  • fix/deprecate
  • fix/empty-response
  • fix/functions-exception
  • fix/gotrue-web
  • fix/setup-presence-flag
  • fix/web-hot-restart
  • grdsdev-patch-1
  • guilherme/ci
  • guilherme/clibs-108-supabase-flutter-change-default-heartbeat-interval-to-25s
  • guilherme/clibs-120-supabase-flutter-send-standard-client-headers-on-all
  • guilherme/clibs-171-supabase-flutter-validate-uuid-on-admin-methods
  • guilherme/clibs-282-supabase-flutter-implement-linkidentity-with-oidc
  • guilherme/clibs-287-supabase-flutter-storageretrycontroller-causes-cant-finalize
  • guilherme/clibs-294-supabase-flutter-remove-providers-check-for-the
  • guilherme/clibs-379-supabase-flutter-implement-maxaffected-method
  • guilherme/clibs-99-supabase-flutter-remove-jwt-check-and-send-x-client-info
  • guilherme/feat-test
  • guilherme/generate-app-token
  • guilherme/remove-trailing-commas-rule
  • guilherme/sdk-230-supabase-flutter-use-dedicated-storage-host-for-storage-lib
  • guilherme/sdk-514-refreshsession-shouldnt-fail-because-currentsession-doesnt
  • guilherme/sdk-524-duplicate-sdk-522-for-flutter
  • guilherme/sdk-531-flutter-verify-optional-refs-handling-in-message
  • iat/add-x-provider
  • idempotent_initialization
  • null-check-operator-on-realtime-conn
  • refs/pull/1110/merge
  • release-please/bootstrap/default
  • revert-commit
  • shared_prefs_async
  • storage
  • test/web
  • unnecessary_current_user

17 Dec 2025 10:25PM UTC coverage: 79.933% (+0.004%) from 79.929%
20319197891

push

github

web-flow
feat(storage): add queryParams support to download method (#1291)

* feat(storage): add queryParams support to download method

- Add optional queryParams parameter to download method
- Merge queryParams with transform query parameters
- Add test case for download with query params
- Enhance CustomHttpClient to track received requests

* test: clear receivedRequests on teardown

* ci: run analyzer only on stable dart

4 of 4 new or added lines in 1 file covered. (100.0%)

3362 of 4206 relevant lines covered (79.93%)

2.7 hits per line

Relevant lines Covered
Build:
Build:
4206 RELEVANT LINES 3362 COVERED LINES
2.7 HITS PER LINE
Source Files on main
  • Tree
  • List 70
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20319197891 main feat(storage): add queryParams support to download method (#1291) * feat(storage): add queryParams support to download method - Add optional queryParams parameter to download method - Merge queryParams with transform query parameters - Add test ... push 17 Dec 2025 10:30PM UTC web-flow github
79.93
20270238886 main feat(auth): add X (OAuth 2.0) provider (#1290) push 16 Dec 2025 01:57PM UTC web-flow github
79.93
20148894982 main fix(realtime_client): make ref field optional in Message class (#1284) * fix(realtime_client): make ref field optional in Message class Make the ref field nullable (String?) and optional in the Message constructor to match JavaScript SDK behavio... push 11 Dec 2025 10:10PM UTC web-flow github
79.88
20143869923 main chore: bump app_links to ` '>=6.2.0 <8.0.0'` (#1282) * chore: Bump app_links to ^7.0.0 * Bump Dart SDK version * Bump Flutter version to match SDK version * Allow both major versions of app_links push 11 Dec 2025 06:54PM UTC web-flow github
79.88
20134578051 main chore(release): publish packages (#1283) - gotrue@2.18.0 - postgrest@2.6.0 - realtime_client@2.7.0 - supabase_flutter@2.12.0 - supabase@2.10.2 push 11 Dec 2025 01:28PM UTC web-flow github
79.88
20100687425 main feat(postgrest): add missing PostgREST v12 operators (#1273) * feat(postgrest): add missing PostgREST v12 operators Adds three missing operators from PostgREST v12 specification: - matchRegex: PostgreSQL regex matching (~) - case sensitive - ima... push 10 Dec 2025 02:01PM UTC web-flow github
79.88
19432856166 main chore(style): remove trailing_commas lint rule (#1270) push 17 Nov 2025 02:27PM UTC web-flow github
79.85
19325526769 main feat(realtime): add explicit REST API call method for broadcast messages (#1253) push 17 Nov 2025 01:16PM UTC web-flow github
79.85
19299130655 main ci: improve GitHub Actions workflows reliability and performance (#1265) * ci: improve workflow reliability and performance (Phase 1) - Replace deprecated jakejarvis/wait-action with native sleep command - Add concurrency control to cancel outda... push 12 Nov 2025 01:36PM UTC web-flow github
79.75
19296397592 main feat(oauth): add updateClient method to admin OAuth API (#1262) * feat(oauth): add updateClient method to admin OAuth API - Add UpdateOAuthClientParams class for updating OAuth clients - Implement updateClient method in GoTrueAdminOAuthApi - Add... push 12 Nov 2025 11:54AM UTC web-flow github
79.75
See All Builds (328)

Badge your Repo: supabase-flutter

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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

© 2025 Coveralls, Inc