supabase_chat_sdk 0.1.0 copy "supabase_chat_sdk: ^0.1.0" to clipboard
supabase_chat_sdk: ^0.1.0 copied to clipboard

Offline-first Flutter chat SDK built on Supabase and PowerSync with real-time messaging, channels, reactions, and file uploads.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add supabase_chat_sdk

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

dependencies:
  supabase_chat_sdk: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:supabase_chat_sdk/supabase_chat_sdk.dart';
0
likes
140
points
122
downloads

Publisher

unverified uploader

Weekly Downloads

Offline-first Flutter chat SDK built on Supabase and PowerSync with real-time messaging, channels, reactions, and file uploads.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path, path_provider, powersync, supabase_flutter, uuid

More

Packages that depend on supabase_chat_sdk