flutter_chat/FEATURES.md

8 lines
291 B
Markdown
Raw Permalink Normal View History

2023-07-11 13:05:12 +02:00
List of Features from this component:
* A chat overview screen
* A chat detail screen
* Chats can be between 2 users or group chats
* Chats can contain messages or images
* Interface for interacting with the messages(createChat, sendMessage, etc.)
* Firebase implementation of the interface