lunahq / flutter-crisp

Flutter plugin for Crisp Chat
https://pub.dev/packages/crisp
MIT License
23 stars 42 forks source link

Add user's data #12

Closed kcrebound closed 3 years ago

kcrebound commented 3 years ago

I want to add some data for user like the app version and so on

image

I need to use webview javascript method for this?

f2acode commented 3 years ago

@kcrebound yes, inside our code there is a function called appendScript where we add the user data. You can go on and open an PR to add more fields you find useful (I can't do it now) :smile: