DarpanNeve / DarpanNeve/flash_chat

Enable Message Editing Feature

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
hacktoberfest
Dominant language
Dart
Stars
1
Forks
5
PR merge metrics
No merged PRs in 30d

Description

The current version of our chat app lacks the ability for users to edit messages they've already sent. This feature is commonly found in popular chat applications and can greatly enhance the user experience. We need to implement a message editing feature that allows users to correct typos or update the content of their previously sent messages. This will involve creating a user-friendly interface, defining the edit logic, and handling UI updates for both the sender and recipient.
Also Implement Message Editing UI
To enable message editing in our Flutter chat app, we need to design and implement the user interface for this feature. This includes adding an edit button or gesture, a text input field, and a confirmation mechanism for users to edit their sent messages. The edit UI should seamlessly integrate into the existing chat interface and provide an intuitive experience. This issue focuses on creating the visual components and layout for message editing.
Now that we have the message editing UI in place, the next step is to implement the logic that allows users to actually edit their sent messages. This involves handling user interactions, saving the edited message, and updating it for both the sender and the recipient.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.