chat_supabase 1.1.0
chat_supabase: ^1.1.0 copied to clipboard
A flutter package meant to ease the process of creating chat applications in Flutter. We use supabase as the db
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add chat_supabaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
chat_supabase: ^1.1.0Alternatively, 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:chat_supabase/chat_supabase.dart';