kata_cx_ui 1.1.2
kata_cx_ui: ^1.1.2 copied to clipboard
Ready-made Kata CX chat screen for Flutter — transcript, streaming replies, session history and the CSAT survey, in light and dark.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kata_cx_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kata_cx_ui: ^1.1.2Alternatively, 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:kata_cx_ui/kata_cx_ui.dart';