intercom_flutter 5.3.0 copy "intercom_flutter: ^5.3.0" to clipboard
intercom_flutter: ^5.3.0 copied to clipboard

outdated

Flutter plugin for Intercom integration. Provides in-app messaging and help-center Intercom services

Changelog #

5.3.0 #

  • Added API documentation (#194)
  • Bump Intercom Android SDK version to 10.6.0 (#195)
  • Bump Intercom iOS SDK version to 10.4.0 (#195)
  • Bump android kotlin version to 1.5.30 (#196)
  • Bump android com.android.tools.build:gradle to 7.0.4 (#196)
  • Bump android compileSdkVersion to 31 (#196)
  • Bump android gradle plugin version to 7.3.3 (#196)
  • Updated README (#197)
  • Updated dependency intercom_flutter_platform_interface: ^1.0.1
  • Updated dependency intercom_flutter_web: ^0.0.4

5.2.0 #

  • Bump Intercom Android SDK version to 10.4.2 (#187)
  • Bump Intercom iOS SDK version to 10.3.4 (#187)

5.1.0+1 #

  • resolved issue #181

5.1.0 #

  • Bump Intercom Android SDK version to 10.4.0 (#178)
  • Bump Intercom iOS SDK version to 10.3.0 (#178)

5.0.3 #

  • resolved issue #173

5.0.2 #

  • updated README: Removed the <br/> tag that was being shown on the pub.dev.
  • updated intercom_flutter pod version to 5.0.0.

5.0.1 #

  • clear warning PushInterceptService.java uses unchecked or unsafe operations.

5.0.0 #

4.0.0 #

  • Bump Intercom Android SDK version to 10.0.0
  • Bump Intercom iOS SDK version to 10.0.0
  • Adjustment to encode the iOS device token with HexString.
  • Added support for displayCarousel
  • Added support for displayArticle
  • Internal Changes:
    • used hideIntercom() as hideMessenger() is deprecated and removed in Intercom SDK 10.0.0
    • Android - updated gradle version and dependencies.

3.2.1 #

  • Fix application has not been initialized crash on Android when calling from background isolate.

3.2.0 #

  • Migrate to use intercom_flutter_platform_interface

3.1.0 #

  • Added support for language_override

3.0.0 #

  • Migrate to null-safety

2.3.4 #

  • Added support for setting bottom padding

2.3.3 #

  • Added signedUpAt user attribute

2.3.2 #

  • Fix crash if app is closed before fully initialised

2.3.1 #

  • Fix Android build issue
  • Updated Android dependencies

2.3.0 #

  • Migrate Android side to Flutter's v2 Android Plugin APIs

2.2.1 #

  • Implement sendTokenToIntercom method on iOS side to support push notifications

2.2.0+1 #

  • Fix project dependencies

2.2.0 #

  • Added unread messages count listener

2.1.1 #

  • Fix incremental installation error

2.1.0 #

  • Bump Intercom SDK version to 6.0.0 (thanks @marbarroso)
  • Bump minimum Android supported version to Lollipop (API 21)
  • Bump minimum iOS supported version to iOS 10.0

2.0.7 #

  • Fixed background notifications being swallowed by intercom_flutter in Android (thanks @LinusU)

2.0.6 #

  • Added hideMessenger (thanks @Spikes042)

2.0.5+2 #

  • Fix iOS build error

2.0.5+1 #

  • Fix example project dependencies

2.0.5 #

  • Add displayMessageComposer (thanks @knaeckeKami)
  • Add support for Android 10
  • Add support for iOS 13

2.0.4 #

  • Support for push notifications

2.0.3 #

  • Upgraded Intercom SDK to 5.3
  • Upgraded Kotlin, Android Studio, Gradle and CocoaPods to latest version
  • Upgraded minimum Flutter version to 1.0.0
  • Upgraded minimum Dart version to 2.0.0
  • Fixed iOS warning

2.0.2 #

  • Added logEvent method (thanks @MrAlek)
  • Fixed registerIdentifiedUser (thanks @Spikes042)

2.0.1 #

  • Added argument validation to registerIdentifiedUser (thanks @Zazo032)

2.0.0 #

  • Changed message channel name
  • Added email to user registration

1.0.12 #

  • Added setUserHash (thanks @Spikes042)

1.0.11 #

  • Added unreadConversationCount and setInAppMessagesVisible
  • Migrated to AndroidX (thanks @LeonidVeremchuk and @Zazo032)

1.0.10 #

  • Updated author

1.0.9 #

  • Added support for companies
  • Added support for custom attributes

1.0.8 #

  • Fixed issues with nullability in Intercom Android SDK

1.0.7 #

  • Added Help Center support

1.0.6 #

  • Fixed null check in ObjectiveC

1.0.5 #

  • Fixed ObjectiveC warnings

1.0.4 #

  • Converter Swift code to ObjectiveC

1.0.3 #

  • Updated iOS project to Swift 4.2

1.0.2 #

  • Fixed plugin name in all places

1.0.1 #

  • Fixed ios headers

1.0.0 #

  • Added user attributes (name, email, phone, userId and company)
  • Renamed package to intercom_flutter because of the name clash with Intercom pod

0.0.4 #

  • Fixed pod name in podspec

0.0.3 #

  • Added example project
  • Formatted code
  • Added test

0.0.2 #

  • Changed minimum SDK version to 2.0.0-dev.28.0

0.0.1 #

  • Implemented initialize, registerIdentifiedUser, registerUnidentifiedUser, logout, setLauncherVisibility, displayMessenger on both Android and iOS
132
likes
120
pub points
97%
popularity

Publisher

verified publisherintercom.deepakdroid.xyz

Flutter plugin for Intercom integration. Provides in-app messaging and help-center Intercom services

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, intercom_flutter_platform_interface, intercom_flutter_web

More

Packages that depend on intercom_flutter