chat_sdk 0.0.3-dev copy "chat_sdk: ^0.0.3-dev" to clipboard
chat_sdk: ^0.0.3-dev copied to clipboard

discontinued
outdated

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.

  1. add firebase in your android and ios project
  2. Create a Stateful widget class and call the method in body

    ChatData.init(context); #