supabase_chat 0.1.0
supabase_chat: ^0.1.0 copied to clipboard
A plug-and-play chat domain on top of supabase_realtime_kit: rooms, messages with optimistic send, typing indicators, presence, and read receipts.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add supabase_chatWith Flutter:
$ flutter pub add supabase_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
supabase_chat: ^0.1.0Alternatively, 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:supabase_chat/supabase_chat.dart';