flutter_supabase_chat_core 1.5.0
flutter_supabase_chat_core: ^1.5.0 copied to clipboard
Actively maintained, community-driven Supabase BaaS for chat applications with an optional chat UI.
[1.4.3] - 2024-12-26 #
@rickypid
@lazy-geek
ℹ️ ℹ️ Recommended scheme migration ℹ️ ℹ️
Improvement documentations.
Fixed #
- Fixed #25 Update chats.update_last_messages trigger to make sure it is only called for actual last message in case of update
- Fixed #27 Error in room or message deletion query, a
limit(1)
was incorrectly applied
[1.4.1] - 2024-11-21 #
[1.4.0] - 2024-11-21 #
[1.3.2] - 2024-11-13 #
[1.3.0] - 2024-11-04 #
[1.2.0] - 2024-10-31 #
[1.1.0] - 2024-08-30 #
[1.0.0] - 2024-06-19 #
[0.10.0] - 2024-04-04 #
@rickypid
Features #
- Added user online status support
- Added room messages pagination, now it's possible load messages on chat scrolling
- Added
SupabaseChatController
Widgets #
- Added
UserOnlineStateObserver
widget - Added
UserOnlineStatusWidget
widget
Dependencies #
- Removed
dio
dependency - Upgraded
supabase_flutter
to^2.4.0