bt_chat_sdk 0.0.2
bt_chat_sdk: ^0.0.2 copied to clipboard
Chat application sdk
bt_chat_sdk #
A simple and reusable Flutter chat SDK that provides messaging features such as sending, receiving, and managing chat messages.
This package is designed to be lightweight and easy to integrate, making it ideal for adding chat functionality into new or existing Flutter applications.
β¨ Features #
- π© Send and receive text messages
- π Keep track of chat history
- π§© Simple API for integration into apps
- π Example app included in the
example/
folder
π Getting started #
-
Add the dependency in your
pubspec.yaml
:dependencies: bt_chat_sdk: ^0.0.1