flutter_chat 0.1.1 copy "flutter_chat: ^0.1.1" to clipboard
flutter_chat: ^0.1.1 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");
  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

Next Scope: #

-> Chat acceptance for starting chat -> Online user -> Notification

Future Scope: #

-> Group Notification -> Location share -> Contact and Media share