darasat / Flutter-chat

flutter-chat is a simple front-end text-messaging with online offline feature using Google Firebase made with Flutter

Home Page:https://pub.dev/packages/flutter_chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_chat

A Chat Helper for create chat application in Flutter using Firebase as backend services.

Features:

  1. 1-1 chat
  2. User online status

Screenshots:

login screen user screen chat screen

Getting Started

  • Add this to your package's pubspec.yaml file:
    dependencies:
    flutter_chat

  • add firebase in your android and ios project.

  • Create a Stateful widget class and call the method in body (example can be found in Github repo),
    within initState():
    -> ChatData.init("app name",context);
    and in body of Widget build:
    -> ChatData.widgetWelcomeScreen(context)

Support Development

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕️

Be Sponsor
Sponsor

PayPal

About

flutter-chat is a simple front-end text-messaging with online offline feature using Google Firebase made with Flutter

https://pub.dev/packages/flutter_chat

License:MIT License


Languages

Language:Dart 97.8%Language:JavaScript 2.2%