PullDating / FlutterApplication

The frontend flutter application, contains code for IOS, Android and web
GNU Affero General Public License v3.0
3 stars 1 forks source link

Chat messaging #14

Open WilliamDormer opened 2 years ago

WilliamDormer commented 2 years ago

Regardless of other features, there needs to be a cost-efficient way to allow users to communicate via text. There should be read receipts not sure about whether photos are allowed or not. not sure if audio messages are allowed or not reactions to messages such as a heart or emoji should be included.

Core feature. It allows users to communicate with their matches, which facilitates the main functionality of the application.

WilliamDormer commented 2 years ago

You just need to update flyer chat's methods to use socket.io / WebSockets and talk to the node js server with the specified JSON format.

WilliamDormer commented 2 years ago

Some frontend responsiveness needs to be added, but the main functionality is there.