intercom_flutter icon indicating copy to clipboard operation
intercom_flutter copied to clipboard

Flutter wrapper for Intercom libraries

Results 98 intercom_flutter issues
Sort by recently updated
recently updated
newest added

Hi, Our team using the Intercom plugin in our project. We found that the `Company` configuration is limited and supports only `name` and `id` properties. Sometimes it is not enough...

enhancement

In IOS we can zoom in/out image attachments but in android, I am unable to zoom in/out.

bug
platform-android
native-sdk

After we updated to intercom_flutter: ^7.2.0, our android build started to have this weird behavior where once the app is closed, the app would be stuck on the splash screen...

bug
platform-android
native-sdk

It contains implementations for Android, iOS, and WEB. ## API changed - added the `Company` model which represents Intercome company configuration - removed `company` and `companyId` fields in `updateUser()` method

enhancement
waiting response

👋 Hello there, First off, many thanks for this fantastic package - good job 💪 ## The Bug When issuing a push notification via Intercom with a deep link (custom...

platform-ios

class io.intercom.com.bumptech.glide.load.engine.GlideException: Failed to load resource above exception occurs sometimes.

platform-android
crash

Intercom.getUnreadStream() listener handles callback on iOS only once, after that it doesn't receive new emitted events. On Android everything works properly. Unread stream initializes on the main page inside initState()....

platform-ios

* I implement FCM (firebase_messageing) to sent `APNSToken` for ios platforms and Token for android. * As below code : * final fcmToken = Platform.isIOS ? await firebaseMessaging.getAPNSToken() : await...

platform-ios

I'm receveid many erros in Google Play Console: `Broadcast of Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x10000010 pkg=ahzproapp.carreirabeauty.com.ahz_pro cmp=ahzproapp.carreirabeauty.com.ahz_pro/io.maido.intercom.PushInterceptReceiver (has extras) }, VisibleToUser`

platform-android

Try to load the Intercom script from Dart, like firebase: https://github.com/FirebaseExtended/flutterfire/blob/0578423e9868352556bfdd326eef1cca8dbe04aa/packages/firebase_core/firebase_core_web/lib/src/firebase_core_web.dart#L76

enhancement