Genie chat app is a Flutter project which is designing for effortless messaging. It provides a smooth and intuitive chat interface for real-time communication. Developed with Flutter, Firebase, and Firestore, it delivers a seamless and feature-rich messaging experience.
- User Authentication: Allows users to sign up and log in securely.
- Firebase Integration: Utilizes Firebase for user authentication and data storage.
- Firestore Database: Stores user data and facilitates seamless data retrieval.
To run the app locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/genie-chat-app.git
- Install Dependencies
To install the required dependencies for the Genie Chat App, use the following command:
flutter pub get
- Run the app
flutter run
The Genie Chat App relies on the following Flutter packages for its functionality:
- flutter/material.dart: Flutter framework for building the UI.
- firebase_auth: Firebase Authentication package for user authentication.
- cloud_firestore: Firestore package for interacting with the Firestore database.
Make sure to include these dependencies in your pubspec.yaml
file:
Feel free to contribute to this project by opening issues and pull requests. Happy coding!