baxcloud_chat_uikit_sdk 0.1.0
baxcloud_chat_uikit_sdk: ^0.1.0 copied to clipboard
BaxCloud Chat UI Kit — realtime messaging with ready-made layouts (standard, compact, live overlay) and bring-your-own design hooks.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add baxcloud_chat_uikit_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
baxcloud_chat_uikit_sdk: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:baxcloud_chat_uikit_sdk/baxcloud_chat_uikit_sdk.dart';