Integration with flutter platform

How to integrate kore.ai platform with flutter apps. As we know that it is written in dart programming language and we can’t see any documentation help regarding this.
Can you provide example to integrate so that life would be easy for developers throughout different platforms?

Hi @thesheikhwasim,

We believe that Ionic and Flutter are bot Hybrid mobile app development platforms.

The Android and IOS SDK’s are specifically designed for native Android and IOS apps respectively.
These SDK’s cannot be integrated with hybrid mobile apps.

For Hybrid mobile apps, you can make use of the WebSDK with the web/mobile client channel in the bot
as most of the hybrid apps use javascript and webSDK would be useful in that case.

Regards,
Yoga Ramya.

Hello @yogaramya.mendu

I have the same situation. Currently we are using Flutter for our chatbot client on both iOS and Android (and maybe Web in the future). Flutter uses Dart language so i think using javascript is not possible.

Currently we are using the platform channels of Flutter to call the native Android/iOS SDK of Kore. Is there a plan to make an SDK for Flutter? This will be better since we don’t have to call native components anymore.

Hi @pastapareo,

Currently, we do not have this in our road map. However, we have communicated this to our engineering team.

Regards,
Yoga Ramya.

1 Like