Skip to content

jiankeong/livechat_inc

Repository files navigation

LiveChat plugin for Flutter

A Flutter plugin that integrates LiveChat to Flutter

Please check the example folder for a full use case of a flutter app that uses the plugin.

Getting Started

Get the Crendentials for your LiveChat .

Integration

LivechatInc.start_chat(LICENSE_NO, GROUP_ID, VISITOR_NAME, VISITOR_EMAIL);

Android

You need to to add below code to example/android/app/src/main/AndroidManifest.xml

<activity android:name="com.livechatinc.inappchat.ChatWindowActivity" android:configChanges="orientation|screenSize" />

Screenshots

Android

Screenshot_1586718405 Screenshot_1586718384

iOS

Simulator Screen Shot - iPhone 11 Pro Max - 2020-04-13 at 03 16 41 Simulator Screen Shot - iPhone 11 Pro Max - 2020-04-13 at 03 16 06

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference

About

LiveChat inc Flutter plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published