realtime_client 0.1.15+1 copy "realtime_client: ^0.1.15+1" to clipboard
realtime_client: ^0.1.15+1 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: ^0.1.15+1

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
120
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

API reference

License

MIT (LICENSE)

Dependencies

collection, web_socket_channel

More

Packages that depend on realtime_client