Skip to content

Commit

Permalink
Improvement documentations e minor fixs
Browse files Browse the repository at this point in the history
## [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
  • Loading branch information
rickypid authored Dec 26, 2024
1 parent 5cfe92c commit dc1b942
Show file tree
Hide file tree
Showing 7 changed files with 1,148 additions and 337 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [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.4.2] - 2024-11-30
#### [@rickypid](https://github.com/rickypid)

Expand Down
47 changes: 32 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,43 @@
<br>

<p align="center">
<a href="https://pub.dartlang.org/packages/flutter_supabase_chat_core">
<img alt="Pub" src="https://img.shields.io/pub/v/flutter_supabase_chat_core" />
</a>
<a href="https://pub.dev/packages/flutter_supabase_chat_core/score">
<img alt="Pub" src="https://img.shields.io/pub/points/flutter_supabase_chat_core" />
</a>
<a href="https://pub.dev/packages/flutter_supabase_chat_core/score">
<img alt="Pub" src="https://img.shields.io/pub/likes/flutter_supabase_chat_core" />
</a>
<a href="https://github.com/insideapp-srl/flutter_supabase_chat_core/actions?query=workflow%3Abuild">
<img alt="Build Status" src="https://github.com/insideapp-srl/flutter_supabase_chat_core/workflows/build/badge.svg" />
</a>
<a href="https://www.codefactor.io/repository/github/insideapp-srl/flutter_supabase_chat_core">
<img alt="CodeFactor" src="https://www.codefactor.io/repository/github/insideapp-srl/flutter_supabase_chat_core/badge" />
</a>
</p>
<p align="center">
<a href="https://github.com/insideapp-srl/flutter_supabase_chat_core">
<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" />
</a>
<a href="https://github.com/insideapp-srl/flutter_supabase_chat_core/issues">
<img alt="Build Status" src="https://img.shields.io/github/issues/insideapp-srl/flutter_supabase_chat_core" />
</a>
<a href="https://github.com/insideapp-srl/flutter_supabase_chat_core/blob/main/LICENSE">
<img alt="CodeFactor" src="https://img.shields.io/github/license/insideapp-srl/flutter_supabase_chat_core" />
</a>
</p>

<p align="center">
<a href="https://flyer.chat">
<img src="https://flyer.chat/assets/logo-dark.svg" width="288px" alt="Flyer Chat logo" />
</a>
</p>

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

<p align="center">
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>.
Expand All @@ -21,21 +52,7 @@
<br>

<p align="center">
⚠️⚠️ 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. ⚠️⚠️
</p>

<br>

<p align="center">
<a href="https://pub.dartlang.org/packages/flutter_supabase_chat_core">
<img alt="Pub" src="https://img.shields.io/pub/v/flutter_supabase_chat_core" />
</a>
<a href="https://github.com/insideapp-srl/flutter_supabase_chat_core/actions?query=workflow%3Abuild">
<img alt="Build Status" src="https://github.com/insideapp-srl/flutter_supabase_chat_core/workflows/build/badge.svg" />
</a>
<a href="https://www.codefactor.io/repository/github/insideapp-srl/flutter_supabase_chat_core">
<img alt="CodeFactor" src="https://www.codefactor.io/repository/github/insideapp-srl/flutter_supabase_chat_core/badge" />
</a>
⚠️⚠️ 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. ⚠️⚠️
</p>

<br>
Expand Down
Loading

0 comments on commit dc1b942

Please sign in to comment.