livechat 0.0.3 copy "livechat: ^0.0.3" to clipboard
livechat: ^0.0.3 copied to clipboard

discontinued
outdated

A livechat package widget for embedding mobile chat window in your mobile application.

💬 livechat #

A livechat widget for your mobile application.

🎖 Installing #

dependencies:
  livechat: "^0.0.1"

⚡️ Import #

import 'package:livechat/livechat.dart';

🎮 How To Use #

Get the Crendentials for your LiveChat

Android Manifest #

Internet Access

<uses-permission android:name="android.permission.INTERNET"/>

ChatWindow

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

Dart Usage #

onPressed: (){
    Livechat.beginChat(LICENSE_NO, GROUP_ID, VISITOR_NAME, VISITOR_EMAIL);
    },

For more info, please, refer to the main.dart in the example.

🐛 Bugs/Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

❗️ Note #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

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

☀️ Authors #

Mastersam

⭐️ License #

MIT License

11
likes
0
pub points
0%
popularity

Publisher

verified publishermastersam.tech

A livechat package widget for embedding mobile chat window in your mobile application.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on livechat