This is a Flutter chat app that allows users to communicate with each other in real-time using the google firebase sdk
- User registration and authentication
- Real-time messaging
- User profile management
- Group chat functionality
- Push notifications
-
Clone the repository:
git clone https://github.com/KrishKoria/flutterchat.git
-
Change to the project directory:
cd flutterchat -
Install dependencies:
flutter pub get
-
Run the app:
flutter run
This project is licensed under the MIT License.