DEV Community

Cover image for Open source Chat application with flutter and firebase
Hosain Mohamed
Hosain Mohamed

Posted on

Open source Chat application with flutter and firebase

Hello Every one I build an open source chat application using Flutter framework and firebase as a backend.

Features :

Sign in - SignUp - logout .
linking with Firebase Authentication system.
client and backend validation during logging and register.
search by name of users.
real-time send and receive messages using stream and linking with Firebaes Firestore database.
viewing profile page and able to edit info and upload images.
use pagination for showing the messages and also for friends list.
nice looking UI and user-friendly animation with a splash screen at the beginning.
using Bloc for state management.
using Get-it as a Service Locator for dependency injection.

This project is a starting point for a Flutter application.

This is the Github link

https://github.com/hosain-mohamed/Flutter-chat-App

Top comments (0)