chat_supabase 1.1.0 copy "chat_supabase: ^1.1.0" to clipboard
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_supabase

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

dependencies:
  chat_supabase: ^1.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:chat_supabase/chat_supabase.dart';
1
likes
110
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package meant to ease the process of creating chat applications in Flutter. We use supabase as the db

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_dotenv, fluttertoast, http, intl, supabase_flutter

More

Packages that depend on chat_supabase