Gappe is a chatroom app where users can start chatting without the need for login credentials. Users simply need to enter a username to begin using the app. The app utilizes Firestore for real-time messaging and data storage.
https://drive.google.com/file/d/1XooHDD0jmjC4SrzBliDbOtULalIg6wrD/view?usp=share_link
- User-friendly interface: The app provides a simple and intuitive interface for seamless communication.
- No login required: Users can start chatting immediately by entering a username.
- Real-time messaging: Messages are updated in real-time, allowing users to have dynamic conversations.
- Firestore integration: Firebase Firestore is used as the backend database for storing and retrieving chat messages.
preview.mp4
To run the app locally, follow these steps:
-
Clone the repository:
git clone https://github.com/pran9v/gappe.git
-
Ensure you have Flutter and Dart installed on your machine.
-
Install dependencies by running the following command in the project directory:
flutter pub get
-
Create a Firebase project and set up Firestore. Refer to the Firebase documentation for detailed instructions.
-
Run the app on a simulator or connected device:
flutter run
- Start chatting without the need for login credentials!
flutter: ^3.7.3 cloud_firestore: ^4.5.0 intl: ^0.17.0