flutter_supabase_chat_core
flutter_supabase_chat_core copied to clipboard
Actively maintained, community-driven Supabase BaaS for chat applications with an optional chat UI.
### What does it do? Added a new postgres function `chats.send_push_notification()` and trigger to publishes events to `pg_notify` so that listeners (ie, supabase edge functions) can respond (ie sending a...
Hello there! Thanks for making this package. When trying to run your script, I get the following output. Note that some things fail, like `psql:sql/01_database_schema.sql:159: ERROR: must be member of...
Hi. Thanks for this analog of `flutter_firebase_chat_core` for Supabase. I noticed a small issue in the last commit for Flutter 3.22.x. The actual Dart SDK for 3.22.0 release is 3.4.0....
### What does it do? First of all, sorry about the formatting changes 😬 The change uses epoch millis for `updatedAt` in method `SupabaseChatCore.instance.updateRoom` instead of `DateTime.now()` ### Why is...
# General ## What bug do you experience? 🐞 On a chat page in my app I create an instance of `SupabaseChatController` and subscribe to its `messages` stream. Creating and...