A flutter wrapper around the Crisp mobile SDK for iOS and Android.
Uses the following native libraries:
Platform | Library | Version |
---|---|---|
Android | im.crisp:crisp-sdk | 0.1.15 |
iOS | Crisp | 1.0.3 |
Add the plugin to your pubspec.yaml
:
flutter_crispchat: ^0.0.1
Next, call configure('WEBSITE_ID')
with your account's website ID.
After this you can call showChat()
to open the chat window.
Please see the Crisp SDK for each platform below for issue requests on each respective SDK.