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
- Host: GitHub
- URL: https://github.com/vickydev810/demochat
- Owner: VickyDev810
- Created: 2025-01-31T17:46:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T18:02:59.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:16:43.545Z (about 1 year ago)
- Topics: dart, flutter, flutter-ui
- Language: C++
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
---
## π 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**
---