pendo_sdk 3.8.2 
pendo_sdk: ^3.8.2 copied to clipboard
This is a flutter plugin that wraps the native iOS and Android Pendo SDK
1.1.0 #
- Initial release.
 
2.10.0 #
- Update to native SDK version 2.10.0
 
2.11.0 #
- Update to native SDK version 2.11.0
 - Call result(@(YES)) with void iOS APIs
 - Call result.success(null) with void Android APIs
 - Use Future
 
2.11.1 #
- Update to native SDK version 2.11.1
 - Fix setVisitorData iOS APIs
 
2.11.2 #
- Update to native SDK version 2.11.2
 - Dart method calls best practice
 
2.12.0 #
- Update to native SDK version 2.12.0
 - Exposed API method - 'setAccountId'
 - Add new API methods ('setup' and 'startSession') and marked the old ones as deprecated
 - Documentation for the Plugin and the public API
 
2.13.0 #
- Update to native SDK version 2.13.0
 
2.14.0 #
- Update to native SDK version 2.14.0
 
2.15.0 #
- Update to native SDK version 2.15.0
 - Bug Fixes
 
2.16.0 #
- Update to native SDK version 2.16.0
 
2.17.0 #
- Update to native SDK version 2.17.0
 
2.18.0 #
- Update to native SDK version 2.18.0
 
2.18.2 #
- Update iOS native SDK to version 2.18.2
 
2.19.0 #
- Update to native SDK version 2.19.0
 
2.19.1 #
- 
Update Android native SDK to version 2.19.1
 
2.20.0 #
- Update to native SDK version 2.20.0
 - Implement setDebugMode API
 
2.21.0 #
- Update to native SDK version 2.21.0
 
2.21.1 #
- Update Android native SDK to version 2.21.1
 
2.22.0 #
- Update native SDK to version 2.22.0
 
3.0.0 #
- Update native SDK to version 3.0.0
 - Removed deprecated APIs:
- initSDK
 - initSDKWithoutVisitor
 - switchVisitor
 - clearVisitor
 - setAccountId
 
 
3.1.0 #
- Update native SDK to version 3.1.0
 
3.2.0 #
- Update native SDK to version 3.2.0
 
3.2.1 #
- Hotfix contains:
 - Allow disabling iOS or Android channel
 - GoRouter nested branching support
 - Semantics widget as TabBar child support
 - Custom deboucer time
 - Dont scan tree option
 
3.2.2 #
- Hotfix contains:
 - Avoid possibility to crash when Android native SDK is excluded from the project
 
3.3.0 #
- Support for action clicks
 
3.3.1 #
- Hotfix contains:
 - Support flutter 3.22.2
 - Element predicate fix
 
3.3.2 #
- Hotfix contains:
 - Enhanced screen scan logic for screens with animations
 - Codeless integration is a default open beta
 
3.3.3 #
- Hotfix contains:
 - TabBar, BottomNavigationBar page analytics support
 - Feature predicate single quotes bug
 
3.4.0 #
- Support dynamic content and capture below the fold
 - Support AutoRoute navigation package
 - Improve and simplify GoRouter navigation package integration
 - Implement a new overlay based page scan approach
 
3.4.1 #
- Crash fix on icon code extraction
 
3.4.2 #
- Obfuscation support fix.
- requires adding a Navigation type under setup API call, see here:
 - Android: https://github.com/pendo-io/pendo-mobile-sdk/blob/master/android/pnddocs/flutter-android.md
 - iOS: https://github.com/pendo-io/pendo-mobile-sdk/blob/master/ios/pnddocs/flutter-ios.md
 
 - Remove additional suffix from features
 
3.5.0 #
- Crash fix when extracting wrong type of action
 - Crash fix when AutoRoute name doesn't exist
 - Fix for generation of MODAL page name
 - Proper response when selected index of TabBarView doesn't exist
 
3.5.1 #
- Fix for Android loosing connection with a native SDK during the engine detach and plugin recreation
 - Enhancing RetroElementInfo to allow better clickable elements recognition
 
3.5.2 #
- Crash fix when accessing primaryFocus
 
3.5.3 #
- Fix pages were not captured when a background service was running
 
3.6.0 #
- Crash prevention enhancements
 
3.6.1 #
- Fix Flutter SDK 3.29.0 deprecated classes breaks Android build
 - Fix iOS capture not working when a background service was running
 
3.6.2 #
- Support custom navigation widgets
 - Internal assertion no longer causes the scan to terminate
 - No page scan when no active session is present
 
3.7.0 #
- Fix Android tooltip redraw when anchor view position didn't change
 - Fix Android multistep tooltip guide stuck between steps on screens with dynamic content
 
3.7.1 #
- Fixed an issue where the badge number was incorrectly used as a feature recognizer.
 - Resolved a bug causing the custom radio button component to break page scans when passing an enum.
 - Improved scanning logic to correctly recognize valueKey.
 
3.8.0 #
- Fixed an Android issue with incorrect padding/margin with a banner/popup aligned to top
 - Fixed an Android issue where SDK doesn't show guide when switching from Debug Mode to the Test Mode
 
3.8.2 #
- Fixed: Restored compatibility with Flutter >=3.16.0 by replacing Color.toARGB32() with Color.value.