This project is a Flutter-based frontend for a realtime chat application, designed to work with my NestJS backend.
- Dart & Flutter: Install Flutter
- Melos: Install Melos
- Nest JS backed: Clone Repository
-
Clone the Repository:
git clone https://github.com/Kurczaak/flutter_chat_app
-
Install Dependencies:
melos bootstrap
-
Run Code Generators:
melos build_runner dart pub run build_runner build --delete-conflicting-outputs
-
Run the Application:
flutter run