pendo_sdk 3.5.0 pendo_sdk: ^3.5.0 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