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

supabase / supabase-flutter
80%
main: 80%

Build:
Build:
LAST BUILD BRANCH: grdsdev/hartford-v1
DEFAULT BRANCH: main
Repo Added 19 Jan 2025 06:54AM UTC
Token z3GUkNtD1PDnCOWpuPvCMvjUB924F4R9N regen
Build 369 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 grdsdev/hartford-v1
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 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
  • ci/storage
  • 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/facebook-sdk-example
  • 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/ci-wasm-test-timeout
  • fix/dartio-usage
  • fix/deprecate
  • fix/empty-response
  • fix/functions-exception
  • fix/gotrue-web
  • fix/proactive-token-refresh-on-resume
  • fix/setup-presence-flag
  • fix/toJson-print
  • fix/web-hot-restart
  • grdsdev-patch-1
  • grdsdev/auth-token-refresh
  • grdsdev/automate-melos-release
  • grdsdev/flutter-auth-refresh-bug
  • grdsdev/hartford-v1
  • grdsdev/resilient-decoding
  • grdsdev/storage-setheader
  • 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
  • guilherme/sdk-614-fix-verifyotp-parameter-validation-for-otptyperecovery
  • guilherme/sdk-624-apply-reusable-ci-workflows-to-supabase-flutter
  • guilherme/sdk-627-flutter-sdk-getclaims-crashes-on-first-use-with-asymmetric
  • guilherme/sdk-640-fixrealtime-flutter-web-hot-restart-throws-typeerror-on
  • iat/add-x-provider
  • idempotent_initialization
  • main
  • 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
  • upgrade-github-actions-node24
  • upgrade-github-actions-node24-general

24 Feb 2026 10:58AM UTC coverage: 80.394%. Remained the same
22347857778

Pull #1317

github

web-flow
Merge 618ce89f7 into 711e5c948
Pull Request #1317: ci(release): use GitHub App token in release-prepare for PR creation

3391 of 4218 relevant lines covered (80.39%)

2.71 hits per line

Relevant lines Covered
Build:
Build:
4218 RELEVANT LINES 3391 COVERED LINES
2.71 HITS PER LINE
Source Files on main
  • Tree
  • List 70
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22347857778 grdsdev/hartford-v1 Merge 618ce89f7 into 711e5c948 Pull #1317 24 Feb 2026 11:03AM UTC web-flow github
80.39
22347775171 main ci(release): fix melos release automation with scoped publishing (#1316) * ci(release): fix melos release automation with scoped publishing Fix critical issues in release automation: release-publish.yml now accepts package-name and package-versi... push 24 Feb 2026 11:00AM UTC web-flow github
80.39
22347563387 grdsdev/automate-melos-release Merge 9c12be6a0 into 992315383 Pull #1316 24 Feb 2026 10:54AM UTC web-flow github
80.39
22346014022 grdsdev/automate-melos-release Merge 909d1a521 into 992315383 Pull #1316 24 Feb 2026 10:10AM UTC web-flow github
80.39
22345146129 main feat(storage): add setHeader method for custom HTTP headers (#1313) Add setHeader(key, value) method to both SupabaseStorageClient and StorageFileApi to allow setting per-request HTTP headers on storage operations, matching the supabase-js API. ... push 24 Feb 2026 09:46AM UTC web-flow github
80.39
22196835753 grdsdev/storage-setheader Merge 9a36dbae0 into bfa480a14 Pull #1313 19 Feb 2026 07:39PM UTC web-flow github
80.39
22071478063 main fix(realtime): add explicit type cast to fix web hot restart TypeError (#1308) * fix(realtime): add explicit type cast to fix web hot restart TypeError Fixes TypeError when using RealtimeChannel.off() on Flutter web during hot restart. JavaScrip... push 16 Feb 2026 05:06PM UTC web-flow github
80.37
22070800208 guilherme/sdk-640-fixrealtime-flutter-web-hot-restart-throws-typeerror-on Merge b36b5c54e into 2210192d5 Pull #1308 16 Feb 2026 04:43PM UTC web-flow github
80.37
22063286207 main ci(supabase_flutter): make WASM tests non-blocking (#1306) WASM tests have known infrastructure flakiness with 12+ minute loading timeouts in CI. This causes the entire job to fail due to timeout issues unrelated to code changes. Setting continu... push 16 Feb 2026 12:51PM UTC web-flow github
80.34
22063300236 guilherme/sdk-640-fixrealtime-flutter-web-hot-restart-throws-typeerror-on Merge 50c9fc8fd into 2210192d5 Pull #1308 16 Feb 2026 12:51PM UTC web-flow github
80.37
See All Builds (368)

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

© 2026 Coveralls, Inc