intercom_flutter_web 1.1.5 copy "intercom_flutter_web: ^1.1.5" to clipboard
intercom_flutter_web: ^1.1.5 copied to clipboard

Platformweb

Web platform implementation of intercom_flutter

intercom_flutter_web #

The web implementation of intercom_flutter.

Usage #

This package is already included as part of the intercom_flutter package dependency, and will be included when using intercom_flutter as normal.

But if you want to use this package as alone, add the dependency intercom_flutter_web. You don't need to add Intercom script in the index.html file, it will be automatically injected. But you can pre-define some Intercom settings, if you want (optional).

<script>
    window.intercomSettings = {
        hide_default_launcher: true, // hide the launcher
    };
</script>
copied to clipboard

Following functions are not yet supported on Web:

  • unreadConversationCount
  • setInAppMessagesVisibility
  • sendTokenToIntercom
  • handlePushMessage
  • isIntercomPush
  • handlePush
  • displayCarousel
  • displayHelpCenterCollections
1
likes
140
points
70k
downloads

Publisher

verified publisherintercom.deepakdroid.xyz

Weekly Downloads

2024.09.16 - 2025.03.31

Web platform implementation of intercom_flutter

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, intercom_flutter_platform_interface, uuid, web

More

Packages that depend on intercom_flutter_web