flutter_smartlook 4.1.23 flutter_smartlook: ^4.1.23 copied to clipboard
Smartlook SDK wrapper for Flutter. Analyze user behavior in ways never possible before.
4.1.23 #
- Fix iOS navigation event disable by default
4.1.22 #
- Bumped to Android SDK 2.3.22 to fix sometiems frozen screen
4.1.21 #
- Bumped to iOS SDK 2.2.11 with privacy manifest
4.1.20 #
- Fixed static and dynamic framework issue on iOS
4.1.19 #
- Bumped to iOS SDK 2.2.10
- Bumped to android SDK 2.3.21
4.1.18 #
- Extending wireframe canvas functionality
- Bumped to android SDK 2.3.20
4.1.17 #
- Disabled native navigation events and API to enable them
- Bumped to android SDK 2.3.17
4.1.16 #
- Wireframe
- RenderDecorationSetNameWidget does not have to be used anymore when app is obfuscated
- Wireframe Transform.scale/rotate/translate/flip coverage
- Icon vs Text recognition
- Bumped to android SDK 2.3.15
4.1.15 #
- Android success called only on Main thread
- possibly fixes Methods marked with @UiThread must be executed on the main thread
4.1.14 #
- Bumped to android SDK 2.3.13
- fixes fastSubstring issue
4.1.13 #
- Enhanced wireframe to collect blendColor from Image
- Bumped to android SDK 2.3.12
- fixes object.wait crash
- fixes org.json.JSONException: Value Too crash
4.1.12 #
- Bumped to iOS SDK to 2.2.9
- Added support for SmartlookObserver to track GetX navigation events
- Adjusted threads for communication between Flutter and native
4.1.11 #
- BREAKING: Removed setReferrer function
- Bumped to android SDK 2.3.11
- possibly fixes known crashes
4.1.10 #
- BREAKING: Supporting only Flutter 3.16.0 and above
4.1.9-fix-obfuscated #
- removed MaterialApp from obfuscation logic
- Add RenderDecorationSetNameWidget in your app if needed wireframe
4.1.9 #
- BREAKING: Supporting only Flutter 3.13.0 and above
4.1.8 #
- Bumped to android SDK 2.3.8
- Fixes ViewGroup crash
4.1.7 #
- Solved issues when obfuscated
- Fixed displaying Widget in wireframe mode with [Opacity]
- Bumped to android SDK 2.3.5
- Fixes problems on Android 14
4.1.6 #
- Bumped to android SDK 2.3.4
- Fixes Missing pointer 0
4.1.5 #
- Bumped to android SDK 2.3.2
- Fixes crash for a split app view and similar cases
4.1.4 #
- Extended automatic navigation tracking
- Fixed transition sensitivity
- Bumped to android SDK 2.3.1
- Bump iOS SDK to 2.2.7
4.1.4-beta.2 #
- Added logic for covering BottomSheet transitions sensitivity
4.1.4-beta.1 #
- Extended automatic navigation tracking
- Fixed transition sensitivity
4.1.3 #
- Enable setting region US/EU
- Possible fix for releasing to App Store
4.1.2 #
- Enable building for Web platform
4.1.1 #
- Improve iOS sensitivity for TextField and TextFormField
- Improve significantly performance of wireframe from images
- Bump iOS SDK to 2.2.4
- BREAKING: Added class RawMagnifier to sensitive elements
- BREAKING: Listeners callback parameter set to String
4.1.0 #
- Bump android SDK to 2.2.2
- Bump iOS SDK to 2.2.3
- Added wireframe rendering mode
- Added sensitivity for elements and classes
- Extended sensitivity for native elements
- BREAKING REFACTOR: listeners changed to be more similar to native SDKs
- BREAKING REFACTOR: TextField and TextFormField are set to sensitive by default
4.0.8 #
- FIX: URL getters fixed to return correct form now
4.0.7 #
- FIX: bump android SDK to 2.1.6
- FIX: fix getUrlWithTimeStamp getter
- FIX: set adaptiveFramerate on iOS by default to false on first start of recording, should prevent from occasional lagging of recording
4.0.6 #
- FIX: bumped android SDK to 2.1.5 web view fixes
- FIX: recording mask set to null fix
4.0.5 #
- FIX: bumped android SDK to 2.1.4 to prevent crashes with async task
4.0.4 #
- FIX: bumped android SDK to 2.1.3 to prevent crashes with Kotlin versions lower than 1.6.0
4.0.3 #
- FIX: bumped android SDK to 2.1.2 to prevent occasional crashes
- all used classes can now be imported and are also visible in generated docs
4.0.2 #
- BREAKING REFACTOR: trackEvent, trackNavigationEnter, trackNavigationExit parameter
key
changed toname
- added or extended documentation for methods and classes
4.0.1 #
- FIX: iOS did not build with
use_frameworks!
inside your podfile. Now it requires it to build
4.0.0 #
Note: This release has breaking changes.
- Update Smartlook Android and iOS SDK to v2.1.0
- BREAKING REFACTOR: static methods converted to instance methods
- BREAKING REFACTOR: method namings and functionality may differ
- BREAKING REFACTOR: missing wireframe - will be released in next version
- Java converted into Kotlin
- Objective C converted into Swift
3.0.10 #
- Android waiting for futures fixed
- Fixed not working example
- Update Android Smartlook SDK to v1.8.13
3.0.9 #
- Revert iOS Smartlook SDK back to 1.7.10
- Should fix the iOS build issue
3.0.8 #
- Update Android Smartlook SDK to v1.8.11
- Should fix some rare crashes on Samsung Galaxy phones
- Update iOS Smartlook SDK to v1.8.6
3.0.7 #
- Update Android Smartlook SDK to v1.8.10
3.0.6 #
- Remove
startFullscreenSensitiveMode()
method- use
Smartlook.setRenderingMode(SmartlookRenderingMode.no_rendering);
- use
- Remove
stopFullscreenSensitiveMode()
method- use
Smartlook.setRenderingMode(SmartlookRenderingMode.native);
- use
- Remove
isFullscreenSensitiveModeActive()
method - Remove jcenter from gradle
3.0.5 #
- Bug fixes
3.0.4 #
- Bug fixes
3.0.3 #
- Switch back to Smartlook.xcframework compiled by Xcode 12 to fix compatibility issues.
3.0.2 #
- Fix gradle build issue
3.0.1 #
- Update of Android SDK
3.0.0 #
- New name - flutter_smartlook
- Support of "wireframe" mode
- Update of both iOS and Android SDKs -> performance and stability improvements
- Support of latest Flutter versions