chat_sdk 0.1.0
chat_sdk: ^0.1.0 copied to clipboard
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:
-
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"); #
-
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: