• Stars
    star
    163
  • Rank 223,887 (Top 5 %)
  • Language
    Dart
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Chat application using Flutter and Firebase for backend.

Chat Application

A new open source Flutter project as a base for chat appilcation.

Image Image Image Image Image Image

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.