Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 2.51 KB

README.md

File metadata and controls

90 lines (66 loc) · 2.51 KB

Flutter App (1)

📱💬 ChitChat | Youtube

A chatting application built using flutter and firebase.

Build Status

ChitChat is a mobile application built using flutter framework and firebase for android.

  • Chat with your friends in a group
  • Maintains 100% privacy of your conversation
  • ✨Magic ✨

Features

  • User Login/Signup
  • Chat Tracking , Editing and Deleting from firestore
  • MVC Architectured App
  • Uses Providers Inside GetIt to effectively manage state of app
  • Design is responsive to different screen sizes
  • Supports LogOut
  • Cool EyeCatching UI/UX
  • Beginner Friendly and Optimised Code

This project is part of an assignment

More updates inside it will be coming soon stay updated Code will be refactored and more comments will be added soon Create your own firestore database to start using project

Preview

App Logo Login Signup
Chat Screen User 1 User 2

Tech

Lossy uses a number of open source techs to work properly:

  • [Flutter]
  • [Firebase]
  • [Flutter-plugins]
  • [Dart Engine]

Installation

ChitChat requires Flutter v2.8+ to run.

Install the dependencies and devDependencies and start the server.

cd Chitchat_app
flutter pub get
flutter pub run