Skip to content

GChat is a chatting application developed using Flutter(Dart) and firebase for 2 users. Trying to Develop an application that does not sell your data with whatsapp rolling out its privacy policy updates.

Notifications You must be signed in to change notification settings

Sanchaksh/GChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gchat - The Chatting Application

An application for chatting. I used Android Studio and you can you any editor of your choice for ex: VS Code, IntelliJ, etc.

Getting Started

This part is a starting point for this Flutter application.

The application can be tested by USB debugging option or you can download and use an emulator.

Use the test folder file for testing the application. Apk in the appbuild folder.

This is the first view of the application on the Pixel 4a Emulator works same on My Redmi Note 10 Pro Max too. WhatsApp Image 2021-05-20 at 1 08 07 AM (1) WhatsApp Image 2021-05-20 at 1 08 07 AM (2) WhatsApp Image 2021-05-20 at 1 08 07 AM (3) WhatsApp Image 2021-05-20 at 1 08 07 AM (4) WhatsApp Image 2021-05-20 at 1 08 07 AM (5) WhatsApp Image 2021-05-20 at 1 08 07 AM

A few resources(links) to get you started if this is your first Flutter project:

For Setup look for the links below.

Developed the sign in and sign up UI pages for the GChat application.

We have connected the application to firebase and it is receiving the sent data.

We will connect the signin and the sign up pages and then build the chat room service.

Features for the signup page:

  • The username is more than 3 characters.
  • The Email is verified by RegEx code that tells whether the input email is an email or not.
  • And the password is masked so that other people dont see what you are typing using the function of ObsureText.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Downloads the dependencies

Dependencies

(ps - just use the pub get commands given in the installation section to get the dependencies automatically in the [pubspec.yaml] file)

  • Firebase auth
  • Firestore
  • firebase core
  • shared_preferences
  • google_signIn_flutter

About

GChat is a chatting application developed using Flutter(Dart) and firebase for 2 users. Trying to Develop an application that does not sell your data with whatsapp rolling out its privacy policy updates.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages