webengage_flutter_ios 2.0.0
webengage_flutter_ios: ^2.0.0 copied to clipboard
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
- Old:
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