livechat_inc 0.0.2 copy "livechat_inc: ^0.0.2" to clipboard
livechat_inc: ^0.0.2 copied to clipboard

A flutter livechat plugin for embedding mobile chat window into your mobile application.

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

3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A flutter livechat plugin for embedding mobile chat window into your mobile application.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on livechat_inc