chat_sdk 0.0.1-dev
chat_sdk: ^0.0.1-dev copied to clipboard
Chat SDK for Flutter.
chat_sdk #
A Chat SDK for Flutter using Firebase as backend.
Getting Started #
Use ChatData for start building your chat. You can use your own widget in Stateful Widget Class.
- add firebase in your android and ios project
- Create a Stateful widget class and call the method in body
ChatData.init(context); #