flutter_survey_intercept 0.2.0
flutter_survey_intercept: ^0.2.0 copied to clipboard
Flutter plugin for QuestionPro CX survey intercept. Enables rule-based in-app surveys on Flutter mobile apps.
0.2.0 #
- Added
FlutterSurveyIntercept.onErrorcallback, which surfaces native SDK runtime errors to the Flutter app. Registered by the existinggetSurveyUrlListener()call. Android reports survey-launch failures and supplies aninterceptId; iOS reports all internal SDK errors and passes a nullinterceptId. - Updated Android native SDK to 2.3.2 (error logging to backend, error callbacks to host app, survey loading and rounded-corner fixes).
- Updated iOS native SDK to 2.3.3 (error logging to backend, optional onError delegate, nested-framework packaging fix).
0.1.9-beta.1 #
- Improved the stability and fixed the performance issue.
0.1.8-beta.1 #
- Added Swift Package Manager (SPM) support for iOS (Flutter 3.22+). No Podfile entry required when using SPM.
- Fixed iOS data center mapping for CA, AU, SG, SA, and KSA regions (were silently falling back to US).
- Broadened Dart SDK compatibility from
^3.9.2to>=3.0.0 <4.0.0. - Fixed podspec metadata (homepage and author).
- Removed unused internal Android code.
0.1.7 #
- We have improved the stability.
0.1.6 #
- Fixed the survey launch issue if multiple rules matched at the same time.
0.1.5 #
- Fixed the survey launch issue if multiple rules matched at the same time.
0.1.1 - 2026-05-15 #
- Updated Android native SDK to 2.2.7
- Updated iOS native SDK to 2.3.0
- Fixed the survey launch issue if multiple rules matched at the same time.
0.1.0 #
- Blocked multiple survey launches; only one survey is launched at a time.
0.0.1 #
- Initial release of flutter_survey_intercept
- Flutter plugin for QuestionPro CX SDK integration
- Support for iOS (14.0+) and Android platforms
- Survey intercept functionality for mobile applications
- Integration with QuestionProCXFramework