Skip to content

Conversation

@shivang-git
Copy link

@shivang-git shivang-git commented May 13, 2024

Introduction

  1. Chat Text Field: Enables users to conveniently compose messages with a dedicated text input area.
  2. Chat Bubbles: Visually represents messages, enhancing readability and conversation flow.

Implementation Details:

  • Chat Text Field:
    • Uses Textfield widget for chat inputs.
    • For handling data in input field TextEditingController property is used.
  • Chat Bubbles:
    -Sent messages are rendered immediately by appending data to List<Map> messages variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant