ChatBuddy is a Flutter application designed to facilitate real-time communication and interaction among users. This README provides instructions for setting up the ChatBuddy Flutter app on your local development environment.
Before setting up the ChatBuddy app, ensure you have the following prerequisites installed on your system:
- Flutter SDK: Install Flutter
- Firebase Account: Create a Firebase project
- Firebase CLI (optional): Install Firebase CLI
Follow these steps to set up the ChatBuddy Flutter app:
git clone https://github.com/your-username/ChatBuddy.git
cd ChatBuddy
- Create a new Firebase project or use an existing one in the Firebase console.
- Enable Firebase Authentication and Firebase Firestore services for the project.
- Download the
google-services.json
file and place it in theandroid/app
directory for Android or theios/Runner
directory for iOS.
flutter pub get
flutter run
Contributions to the Translate App project are welcome! Feel free to open issues for bug fixes, feature requests, or any other improvements you'd like to suggest. Additionally, pull requests are highly appreciated.
Before contributing, please review the Contribution Guidelines to ensure a smooth collaboration process.