|
1 | | -# chat |
| 1 | +# 💬 Retro Flutter Chat App |
2 | 2 |
|
3 | | -A new Flutter project. |
| 3 | +A very old and experimental Flutter project built as my **first-ever Flutter application**. |
| 4 | +This app started as a small **word game experiment** and later evolved into a simple real-time chat application. |
4 | 5 |
|
5 | | -## Getting Started |
| 6 | +> ⚠️ This project is archived and may contain broken functionality, outdated dependencies, or authentication issues. |
6 | 7 |
|
7 | | -This project is a starting point for a Flutter application. |
| 8 | +--- |
8 | 9 |
|
9 | | -A few resources to get you started if this is your first Flutter project: |
| 10 | +## ✨ Features |
10 | 11 |
|
11 | | -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) |
12 | | -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) |
| 12 | +* Simple word game interface |
| 13 | +* Basic real-time chat system |
| 14 | +* Firebase integration |
| 15 | +* User authentication |
| 16 | +* Early Flutter UI experiments |
13 | 17 |
|
14 | | -For help getting started with Flutter development, view the |
15 | | -[online documentation](https://docs.flutter.dev/), which offers tutorials, |
16 | | -samples, guidance on mobile development, and a full API reference. |
| 18 | +--- |
| 19 | +## 📌 More Details |
17 | 20 |
|
| 21 | +[Detailed Project Link](https://habel2005.github.io/Portfolio/project.html?project=chatApp) |
18 | 22 |
|
| 23 | +## ⚠️ Important Notice |
19 | 24 |
|
20 | | -<img src="https://static.scarf.sh/a.png?x-pxid=0b994c4e-62ce-47f6-8af6-27235e610eec" width="0" height="0" alt="" /> |
| 25 | +This project was created during my early learning phase with Flutter, so: |
21 | 26 |
|
| 27 | +* Some features may not work properly |
| 28 | +* Authentication/sign-in can be broken |
| 29 | +* Dependencies may be outdated |
| 30 | +* Code structure is not production-ready |
22 | 31 |
|
23 | | -<img src="https://omni-dash-five.vercel.app/api/track?project=chat&source=github-readme" width="0" height="0" alt="" /> |
| 32 | +This repository mainly exists as a showcase of my learning journey and progression as a developer. |
| 33 | + |
| 34 | +--- |
| 35 | + |
| 36 | +## 🛠️ Built With |
| 37 | + |
| 38 | +* Flutter |
| 39 | +* Dart |
| 40 | +* Firebase |
| 41 | + |
| 42 | +--- |
| 43 | + |
| 44 | +## 🚀 Getting Started |
| 45 | + |
| 46 | +```bash |
| 47 | +git clone YOUR_REPOSITORY_LINK |
| 48 | +cd project-name |
| 49 | +flutter pub get |
| 50 | +flutter run |
| 51 | +``` |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +## 📖 Developer Note |
| 56 | + |
| 57 | +Even though this app is rough and outdated, it represents the beginning of my Flutter development journey. |
| 58 | +Keeping it public as a reminder of where everything started. |
0 commit comments