Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.
Dark Mode: On Dark Mode is enabled or disabled based on whether the system's theme is dark or light.
- Cloning the repository:
$ git clone https://github.com/ahmedgulabkhan/GroupChatApp.git
- Open the project and install dependencies (using terminal):
$ cd GroupChatApp
$ flutter pub get
This installs all the required dependencies like cloud_firestore, shared_preferences, flutter_spinkit etc...
-
Make an android project on your firebase account, follow the mentioned steps and you're good to go.
-
Now run the app on your connected device (using terminal):
$ flutter run