flutter_live_support 1.0.0+1 copy "flutter_live_support: ^1.0.0+1" to clipboard
flutter_live_support: ^1.0.0+1 copied to clipboard

outdated

Flutter package to implement a firestore chat between customer and product support. This is a forked project from https://github.com/hwr12/flutter_live_support .

flutter_support_chat #

Flutter package to implement a fire store chat between customer and product support

platform pub

FlutterSupportChat(
    supporterEmails: [
        'cedtegapps.de@gmail.com',
    ],
    currentEmail: user.email!,
    firestoreInstance: FirebaseFirestore.instance,
    newCaseText: 'New Support Case',
    createCaseText: "Create Support Case",
    writeMessageText: "Write a Message",
    closeCaseText: "Do you really want to close this case?"
);

Demo #

Demo gif

1
likes
0
points
0
downloads

Publisher

verified publisherhyeon.xyz

Weekly Downloads

Flutter package to implement a firestore chat between customer and product support. This is a forked project from https://github.com/hwr12/flutter_live_support .

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cloud_firestore, firebase_core, flutter, flutter_support_chat

More

Packages that depend on flutter_live_support