webengage_flutter 2.0.0 copy "webengage_flutter: ^2.0.0" to clipboard
webengage_flutter: ^2.0.0 copied to clipboard

The WebEngage Flutter SDK offers solutions for mobile customer engagement, analytics, and retention.

CHANGE LOG #

2.0.0 (May 7, 2026) #

  • Migrated to Flutter federated plugin architecture for improved modularity and platform separation.
  • Added Swift Package Manager (SPM) support for iOS integration.
  • Added Web platform support with full WebEngage JS SDK integration.
  • Added thread safety for iOS platform channel callbacks.

⚠️ Breaking Changes

iOS Import Change
  • Swift import statement updated:
    • Old:
      import webengage_flutter
      
    • New:
      import webengage_flutter_ios
      
Location Plugin Separation
  • Location-related functionality has been moved to a separate plugin.
  • If you are upgrading from a version below 2.0.0 and using location features, add:
    dependencies:
      webengage_flutter_location: ^1.0.0
    
Web Platform
  • Web support is now available.

1.5.0 (July 18, 2024) #

  • Separated the location module from the core for iOS.

1.4.2 (Apr 17, 2024) #

  • The license has been updated and deprecated code has been removed.

1.4.1 (Jan 30, 2024) #

  • Implemented SDK security measures.

1.4.0 (Jan 29, 2024) #

  • Added SDK version tracking.
  • Implemented SDK security measures.

1.3.1 (Jan 12, 2024) #

  • Resolved Android Gradle compatibility issue
  • Fixed a bug affecting iOS user attributes

1.3.0 (Dec 19, 2023) #

  • Viber Channel Support Added
  • Version tracking

1.2.4 (April 25, 2023) #

1.2.3 (March 22, 2023) #

1.2.2 (March 13, 2023) #

  • iOS SDK updated to XCFramework
  • Plugin has been updated to Singlton Instance

1.2.1 (October 31, 2022) #

  • Push callback in Background state
  • jcenter moved to mavencentral
  • Supports WebEngage Android SDK v4.+

1.2.0 (September 20, 2022) #

  • iOS XCFramework suppport
  • Anonymous id callback

1.0.3 (August 10, 2021) #

  • Support for Flutter 2.2 (Null Safety)

1.0.2 (Februrary 11, 2021) #

  • Improvements for handling Push callbacks in killed state.
  • Support for universal link (iOS)

1.0.1 (November 09, 2020) #

  • Fixes and README.md updates.
  • Supports WebEngage Android SDK v3.18+
  • Supports WebEngage iOS SDK v5.0+

1.0.0 (November 09, 2020) #

  • Initial Release.
  • Supports WebEngage Android SDK v3.18+
  • Supports WebEngage iOS SDK v5.0+