flutter_chat 0.1.3 copy "flutter_chat: ^0.1.3" to clipboard
flutter_chat: ^0.1.3 copied to clipboard

outdated

Chat helper for Flutter android and iOS using firebase as backend services.

flutter_chat #

A Chat Helper for Flutter using Firebase as backend services.

Getting Started #

Use ChatData.dart for start building your chat.

You can use your own widget in Stateful Widget Class. Steps:

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

Now enjoy the chat. I am continue working to make the sdk better. Join hand to make it best. https://github.com/ankesh-kumar/Flutter-chat