Friday, March 29, 2024

Awesome flutter chart App with source code

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.

About

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.

Snapshots

Dark Mode: Off 

Dark Mode: On

Dark Mode is enabled or disabled based on whether the system’s theme is dark or light.

Configuration Steps

  1. Cloning the repository:
$ git clone https://github.com/ahmedgulabkhan/GroupChatApp.git
  1. 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…

  1. Make an android project on your firebase account, follow the mentioned steps and you’re good to go.
  2. Now run the app on your connected device (using terminal):

$ flutter run