realtime_client 2.13.0 copy "realtime_client: ^2.13.0" to clipboard
realtime_client: ^2.13.0 copied to clipboard

Listens to changes in a PostgreSQL Database and via websockets. This is for usage with Supabase Realtime server.


Supabase Logo

realtime_client

Dart client library for Supabase Realtime, to listen to changes in a PostgreSQL database over websockets.

Guides · Reference Docs

pub package pub test

Docs #

The docs can be found on the official Supabase website.

Testing #

The unit tests run without any external services:

dart test -x integration

The integration tests in test/realtime_integration_test.dart run against a real Supabase Realtime server. Start the local Supabase stack with the CLI first (from the repository root), then run the full suite (it exercises both protocol versions, 1.0.0 and 2.0.0):

supabase start
dart test
supabase stop

License #

This repo is licensed under MIT.

Credits #

76
likes
160
points
762k
downloads

Documentation

Documentation
API reference

Publisher

verified publishersupabase.io

Weekly Downloads

Listens to changes in a PostgreSQL Database and via websockets. This is for usage with Supabase Realtime server.

Homepage
Repository (GitHub)
View/report issues

Topics

#supabase #realtime #websocket #database #backend

License

MIT (license)

Dependencies

collection, http, logging, meta, supabase_common, web_socket_channel

More

Packages that depend on realtime_client