flutter_live_support 1.0.0+1 flutter_live_support: ^1.0.0+1 copied to clipboard
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
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?"
);