vishnuagbly / Othello-flutter

2 stars 0 forks source link

Create a Chat Box widget. #25

Closed vishnuagbly closed 3 years ago

vishnuagbly commented 3 years ago

We need to create a chatbox widget, which would be responsive so that we can add it in multiple and different places if required in the app.

Widget Details:- Widget Name: ChatBox Parameters: String roomId, double height = double.infinity, double width = double.infinity

Database Details: We will be using it for chats between players playing online. For which you will need a roomId. Chats will be stored as documents in rooms//chats/, where each chat message will have one document. For more details about the chat message object refer to the project requirements document.

Working Details: Currently, we will be only providing sending and receiving text message services.

UI Details: UI will look as close as possible to WhatsApp dark theme.

Ask anytime, if any question arises 👍.

vishnuagbly commented 3 years ago

We already have a chat message class in our project, at objects/chat_message.dart, use and edit that as necessary

Raunakk02 commented 3 years ago

sure

On Sat, Mar 27, 2021 at 5:53 PM Vishnu Agarwal @.***> wrote:

We already have a chat message class in our project, at objects/chat_message.dart, use and edit that as necessary

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/vishnuagbly/Othello-flutter/issues/25#issuecomment-808724532, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANLZX3Q2FAG7KVP5KJF5CPDTFXE3VANCNFSM4Z4UVJ4Q .