Skip to content

Commit dc1b942

Browse files
authored
Improvement documentations e minor fixs
## [1.4.3] - 2024-12-26 #### [@rickypid](https://github.com/rickypid) #### [@lazy-geek](https://github.com/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 parent 5cfe92c commit dc1b942

File tree

7 files changed

+1148
-337
lines changed

7 files changed

+1148
-337
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.4.3] - 2024-12-26
2+
#### [@rickypid](https://github.com/rickypid)
3+
#### [@lazy-geek](https://github.com/lazy-geek)
4+
5+
ℹ️ ℹ️ **Recommended scheme migration** ℹ️ ℹ️
6+
7+
Improvement documentations.
8+
9+
### Fixed
10+
11+
* Fixed #25 Update chats.update_last_messages trigger to make sure it is only called for actual last message in case of update
12+
* Fixed #27 Error in room or message deletion query, a `limit(1)` was incorrectly applied
13+
114
## [1.4.2] - 2024-11-30
215
#### [@rickypid](https://github.com/rickypid)
316

README.md

Lines changed: 32 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,43 @@
11
<br>
22

3+
<p align="center">
4+
<a href="https://pub.dartlang.org/packages/flutter_supabase_chat_core">
5+
<img alt="Pub" src="https://img.shields.io/pub/v/flutter_supabase_chat_core" />
6+
</a>
7+
<a href="https://pub.dev/packages/flutter_supabase_chat_core/score">
8+
<img alt="Pub" src="https://img.shields.io/pub/points/flutter_supabase_chat_core" />
9+
</a>
10+
<a href="https://pub.dev/packages/flutter_supabase_chat_core/score">
11+
<img alt="Pub" src="https://img.shields.io/pub/likes/flutter_supabase_chat_core" />
12+
</a>
13+
<a href="https://github.com/insideapp-srl/flutter_supabase_chat_core/actions?query=workflow%3Abuild">
14+
<img alt="Build Status" src="https://github.com/insideapp-srl/flutter_supabase_chat_core/workflows/build/badge.svg" />
15+
</a>
16+
<a href="https://www.codefactor.io/repository/github/insideapp-srl/flutter_supabase_chat_core">
17+
<img alt="CodeFactor" src="https://www.codefactor.io/repository/github/insideapp-srl/flutter_supabase_chat_core/badge" />
18+
</a>
19+
</p>
20+
<p align="center">
21+
<a href="https://github.com/insideapp-srl/flutter_supabase_chat_core">
22+
<img alt="Pub" src="https://img.shields.io/static/v1?label=flutter&message=flutter_supabase_chat_core&color=red??style=for-the-badge&logo=GitHub" />
23+
</a>
24+
<a href="https://github.com/insideapp-srl/flutter_supabase_chat_core/issues">
25+
<img alt="Build Status" src="https://img.shields.io/github/issues/insideapp-srl/flutter_supabase_chat_core" />
26+
</a>
27+
<a href="https://github.com/insideapp-srl/flutter_supabase_chat_core/blob/main/LICENSE">
28+
<img alt="CodeFactor" src="https://img.shields.io/github/license/insideapp-srl/flutter_supabase_chat_core" />
29+
</a>
30+
</p>
31+
332
<p align="center">
433
<a href="https://flyer.chat">
534
<img src="https://flyer.chat/assets/logo-dark.svg" width="288px" alt="Flyer Chat logo" />
635
</a>
736
</p>
837

938
<h1 align="center">Flutter Supabase Chat Core</h1>
39+
<h2 align="center">Add chat support to your app in 10 minutes!</h2>
40+
<br>
1041

1142
<p align="center">
1243
This project is an implementation of the <a href="https://pub.dev/packages/flutter_chat_types">flutter_chat_types</a>, <a href="https://pub.dev/packages/flutter_chat_ui">flutter_chat_ui</a> packages based on a backend created with <a href="https://supabase.com/">Supabase</a>.
@@ -21,21 +52,7 @@
2152
<br>
2253

2354
<p align="center">
24-
⚠️⚠️ Recommended for small or PoC projects, might not be optimized for large amounts of data. I suggest to use this on a free plan, otherwise be extremely cautious. ⚠️⚠️
25-
</p>
26-
27-
<br>
28-
29-
<p align="center">
30-
<a href="https://pub.dartlang.org/packages/flutter_supabase_chat_core">
31-
<img alt="Pub" src="https://img.shields.io/pub/v/flutter_supabase_chat_core" />
32-
</a>
33-
<a href="https://github.com/insideapp-srl/flutter_supabase_chat_core/actions?query=workflow%3Abuild">
34-
<img alt="Build Status" src="https://github.com/insideapp-srl/flutter_supabase_chat_core/workflows/build/badge.svg" />
35-
</a>
36-
<a href="https://www.codefactor.io/repository/github/insideapp-srl/flutter_supabase_chat_core">
37-
<img alt="CodeFactor" src="https://www.codefactor.io/repository/github/insideapp-srl/flutter_supabase_chat_core/badge" />
38-
</a>
55+
⚠️⚠️ This project has been optimized to support scalability, but careful evaluation is recommended before integrating it into large-scale projects, considering specific requirements and available resources. ⚠️⚠️
3956
</p>
4057

4158
<br>

0 commit comments

Comments
 (0)