|
1 | 1 | <br> |
2 | 2 |
|
| 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 | + |
3 | 32 | <p align="center"> |
4 | 33 | <a href="https://flyer.chat"> |
5 | 34 | <img src="https://flyer.chat/assets/logo-dark.svg" width="288px" alt="Flyer Chat logo" /> |
6 | 35 | </a> |
7 | 36 | </p> |
8 | 37 |
|
9 | 38 | <h1 align="center">Flutter Supabase Chat Core</h1> |
| 39 | +<h2 align="center">Add chat support to your app in 10 minutes!</h2> |
| 40 | +<br> |
10 | 41 |
|
11 | 42 | <p align="center"> |
12 | 43 | 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 | 52 | <br> |
22 | 53 |
|
23 | 54 | <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. ⚠️⚠️ |
39 | 56 | </p> |
40 | 57 |
|
41 | 58 | <br> |
|
0 commit comments