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

Flutter package to implement a firestore chat between customer and product support.

flutter_live_support #

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

platform pub

FlutterSupportChat(
    supporterEmails: [
        'example@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
120
pub points
0%
popularity

Publisher

verified publisherhyeon.xyz

Flutter package to implement a firestore chat between customer and product support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cloud_firestore, firebase_core, flutter, intl

More

Packages that depend on flutter_live_support