flutter_smartlook 4.0.6 flutter_smartlook: ^4.0.6 copied to clipboard
Smartlook SDK wrapper for Flutter. Analyze user behavior in ways never possible before.
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