Skip to content

nayan1306/chat_screen_ui

Repository files navigation

Chat Screen UI

The chat screen features a simple user interface with a clean and intuitive design. It consists of a conversation window where messages are displayed in a threaded manner, allowing users to easily follow the conversation. The UI includes input fields for typing messages and clear display of sender names and timestamps for each message.

Screenshot

Demo

Setup

Clone the repository
git clone https://github.com/nayan1306/chat_screen_ui.git
Move to the desired folder
cd \chat_screen_ui
To run the app, simply write
flutter run

Requirements to contribute

  • Basic knowledge of programming is mandatory
  • The ability to use Git and GitHub
  • Some knowledge of Dart and how to use Flutter is preferrable for a head start.
  • UI/UX Design skills are appreciable but not mandatory
  • Some idea about Firebase or willingness to learn it

How to make a Pull Request:

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/chat_screen_ui

3. Navigate to the project directory.

cd chat_screen_ui

4. Checkout from master to development branch.

git checkout development

5. Make changes in source code.

6. Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

7. Push your local branch to the remote repository.

git push -u origin development

8. Create a Pull Request!

Congratulations! 💥 Sit and relax, you've made your contribution to [chat_screen_ui] (https://github.com/nayan1306/chat_screen_ui) project.

Tasks and Features

  • Improve the UI

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Made with 🧠 by Nayan Verma

forthebadge

About

A chat Screen UI made with flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors