An open API service indexing awesome lists of open source software.

https://github.com/vickydev810/demochat

A chat app frontend made using flutter
https://github.com/vickydev810/demochat

dart flutter flutter-ui

Last synced: 2 months ago
JSON representation

A chat app frontend made using flutter

Awesome Lists containing this project

README

          

Here’s the corrected and properly formatted `README.md` file with improved structure and formatting:

# πŸ“± Flutter Chat App UI

A simple chat application frontend built with **Flutter**. This project includes a single-page UI showcasing a chat screen.

---

## πŸ“Έ Screenshots


Home Screen
Chat Screen

---

## πŸš€ Getting Started

### Prerequisites

- Install [Flutter SDK](https://flutter.dev/docs/get-started/install)
- Setup an IDE (Android Studio / VS Code)

### Installation

1. **Clone the repository:**
```bash
git clone https://github.com/VickyDev810/DemoChat.git
```

2. **Install dependencies:**
```bash
flutter pub get
```

3. **Run the app:**
```bash
flutter run
```

---

## πŸ“‚ Project Structure

```
lib/
│── main.dart # Main entry point
│── home_page.dart # UI screen for chat
│── components/ # Reusable UI components
│── utils/ # Custom clippers, colors, and utilities
```

---

## πŸ“œ License

This project is licensed under the **MIT License**.

---

πŸ‘¨β€πŸ’» Developed with ❀️ by **VEER VIKRAM SINGH**

---