A very old and experimental Flutter project built as my first-ever Flutter application. This app started as a small word game experiment and later evolved into a simple real-time chat application.
⚠️ This project is archived and may contain broken functionality, outdated dependencies, or authentication issues.
- Simple word game interface
- Basic real-time chat system
- Firebase integration
- User authentication
- Early Flutter UI experiments
This project was created during my early learning phase with Flutter, so:
- Some features may not work properly
- Authentication/sign-in can be broken
- Dependencies may be outdated
- Code structure is not production-ready
This repository mainly exists as a showcase of my learning journey and progression as a developer.
- Flutter
- Dart
- Firebase
git clone YOUR_REPOSITORY_LINK
cd project-name
flutter pub get
flutter runEven though this app is rough and outdated, it represents the beginning of my Flutter development journey. Keeping it public as a reminder of where everything started.