chat_sdk 0.1.0 copy "chat_sdk: ^0.1.0" to clipboard
chat_sdk: ^0.1.0 copied to clipboard

discontinued

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

chat_sdk #

A Chat SDK 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-sdk

Next Scope:

Chat acceptance for starting chat #

Online user #

Notification #

Future Scope:

Group Notification #

Location share #

Contact and Media share #