From be67816a76ea28b5f9ef84372f20a72ec8624d25 Mon Sep 17 00:00:00 2001 From: riccardocucia Date: Thu, 4 Apr 2024 20:39:25 +0200 Subject: [PATCH] ## [0.10.0] - 2024-04-04 #### [@rickypid](https://github.com/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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82f2a01..7b54c69 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Read our [documentation](https://flutter-supabase-chat-core.insideapp.it) or see After all of this is done you will need to register a couple of users and the example app will automatically suggest email and password on the register screen, default password is `Qawsed1-`. To set up [Supabase Security Rules](https://supabase.com/docs/guides/database/postgres/row-level-security) so users can see only the data they should see, continue with our [documentation](https://flutter-supabase-chat-core.insideapp.it/). -## Packages Widgets +## Package Widgets This package implements some purely logical widgets (Without implementation of a specific UI). These wedgets make it easy to implement some chat-related logic without any effort.