A real-time chat application built using Flutter
- Real-time Messaging: Send and receive messages instantly.
- Cloud Firestore: Store chat messages securely.
- User Profiles: Display user names and profile pictures.
- Responsive UI: Works on Android, iOS, and Web.
- Flutter installed (Download Flutter)
- A code editor (VSCode or Android Studio recommended)
-
Clone the repository:
git clone https://github.com/Satyam1Vishwakarma/flutter-chatapp.git cd flutter-chatapp
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Flutter
- Dart
Contributions are welcome! Please create a pull request with your changes.