Skip to content

Flutter plugin for implementing a support chat

License

Notifications You must be signed in to change notification settings

hwr12/flutter_live_support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_live_support

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

platform pub

FlutterSupportChat(
    supporterEmails: [
        '[email protected]',
    ],
    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

About

Flutter plugin for implementing a support chat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published