qiscus / qiscus-chat-sdk-flutter

Qiscus provide everything you need to power up your app with chats. And it's now made simple.
Apache License 2.0
13 stars 12 forks source link

The name 'QError' isn't a type and can't be used in an on-catch clause #10

Closed mkreatif closed 3 years ago

mkreatif commented 3 years ago

Screenshot from 2021-03-08 10-51-36 Im using qiscus_chat_sdk 1.0.12 when package updated to 1.0.13.. im getting this problem

adicatur commented 3 years ago

Hi @marlinakreatif ,

Can we know what function do you call?

Regards

mkreatif commented 3 years ago

try { await qiscus.setup$(APP_ID); ... ... .. } on QError catch (error) {}

apiep commented 3 years ago

Hi sorry, it seems that QError object got deleted by accident, this issue is fixed on the latest relase

mkreatif commented 3 years ago

thank for update