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

PlatformiOS

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

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.

⚠️ 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, you must add the new plugin manually (otherwise, this step can be ignored):
dependencies:
  webengage_flutter_location: ^latest_version
0
likes
150
points
113
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

License

Apache-2.0 (license)

Dependencies

flutter, webengage_flutter_platform_interface

More

Packages that depend on webengage_flutter_ios

Packages that implement webengage_flutter_ios