0 purchases
flutter support chat
flutter_support_chat #
Flutter package to implement a fire store chat between customer and product support
FlutterSupportChat(
supporterIDs: [
'[email protected]',
],
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: () {},
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.