Kommunicate-Flutter-Plugin icon indicating copy to clipboard operation
Kommunicate-Flutter-Plugin copied to clipboard

A flutter plugin for Kommunicate customer support live chat.

Results 9 Kommunicate-Flutter-Plugin issues
Sort by recently updated
recently updated
newest added

Hey, I am trying to integrate my Kommunicate bot with the flutter app. The integration works fine on android but on iOS I am not able to send any messages...

## Summary - Added Support of changing server config. ``` KommunicateFlutterPlugin.setServerConfiguration("euConfiguration"); ``` - To use this need to add this before using any "`Login as Visitor`, `Login User` or `Build...

## Summary - Added Support of Flutter Web. - Updated Sample App. - Added hide chat widget function for Web. `KommunicateFlutterPlugin.isChatWidgetVisible(false);`

Hi, I'm having the below build errors in kommunicate_flutter 1.9.0, would appreciate if you can help. ![image](https://github.com/Kommunicate-io/Kommunicate-Flutter-Plugin/assets/3487160/ee1aa96e-1b10-474e-898b-74965f50c3f5) ![image](https://github.com/Kommunicate-io/Kommunicate-Flutter-Plugin/assets/3487160/b6868c4e-24f8-4f9f-9390-676c8809fc88)

## Summary - updated the sample app for flutter android for latest null safety feature

Don’t Merge

## Summary - Updated Android version to 2.9.10 - Updated Flutter Version to 1.9.3

I provided the app id but i am always getting this error {"code":"APPLICATION_NOT_FOUND","message":"invalid application"}

… Conversation" #137 | Updated README.md

I want to chat with specific bot on Kommunicate, so by passing "conversationAssignee" on going to initial chat screen it worked, but while coming from conversation list to "Start a...