How to implement intercom in FlutterFlow | Community
Skip to main content

Hi, has anyone implemented Intercom in a FlutterFlow app (Web, Android, and iOS)? I'm facing CORS issues. And I'd like to know how to embed the chat instead of using the Intercom activator.

Hey ​@borges Paul here from weekend support engineering.

 

Implementing Intercom in a FlutterFlow app can be challenging due to the lack of official support for Flutter. However, developers have successfully integrated Intercom using the unofficial intercom_flutter package. This package allows you to integrate Intercom into Flutter apps, but it comes with limited support for any issues that may arise.

To address CORS issues and embed the chat, you might need to implement custom logic within your app. The unofficial package can be found on pub.dev, and there is a Medium article that provides guidance on integrating Intercom with Flutter.

Since this is an unofficial integration, you will need to handle navigation and other customizations using Flutter's capabilities.


Reply