Skip to content
Ankesh Kumar edited this page Dec 29, 2019 · 2 revisions

Welcome to the Flutter-chat wiki!

A Chat Helper for Flutter using Firebase as backend services.

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

You can install packages from the command line: with Flutter: $ flutter pub get

Use ChatData.dart for start building your chat. You can use your own widget in Stateful Widget Class. Steps:

Add firebase in your android and ios project Create a Stateful widget class and call the method in body within initState(): -> ChatData.init("app name",context); and in body of Widget build: -> ChatData.widgetWelcomeScreen(context) Now enjoy the chat.

Next Scope:

  • Share and Add Contact
  • Chat acceptance
  • Media File support (pdf and video)
  • Location share
  • Emoji support
Clone this wiki locally