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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add realtime_client

With Flutter:

 $ flutter pub add realtime_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  realtime_client: ^2.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:realtime_client/realtime_client.dart';
58
likes
140
pub points
97%
popularity

Publisher

verified publishersupabase.io

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

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

collection, http, meta, web_socket_channel

More

Packages that depend on realtime_client