flutter_support_chat 2.0.0 flutter_support_chat: ^2.0.0 copied to clipboard
Flutter package to implement a firestore chat between customer and product support
flutter_support_chat #
Flutter package to implement a fire store chat between customer and product support
FlutterSupportChat(
supporterIDs: [
'cedtegapps.de@gmail.com',
],
currentID: user.email!,
firestoreInstance: FirebaseFirestore.instance,
onNewCaseText: 'New Support Case',
createCaseButtonText: "Create Support Case",
writeMessageText: "Write a Message",
closeCaseText: "Do you really want to close this case?",
onNewCaseCreated: () {},
this.onNewMessageCreated: () {},