flutter_smartlook 3.0.7 flutter_smartlook: ^3.0.7 copied to clipboard
Smartlook SDK wrapper for Flutter
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
2.0.1 #
- Fix of setRenderingMode method issue
2.0.0 #
- Null safety support
1.0.7 #
- Fix: iOS build issue
1.0.6 #
- Minor stability improvements
1.0.5 #
- Minor stability improvements
1.0.4 #
- Support of setEventTrackingModes functinality
- Minor stability improvements
1.0.3 #
- Builder setup with options
- Better handling of internal sessions
1.0.2 #
- Fix: Identify methods can be called outside UI thread
1.0.1 #
- Fix: Crashlytics handling
1.0.0 #
- Added IntegrationListener that can be used to obtain dashboard session and visitor URL
- New getDashboardVisitorUrl method used to obtain dashboard visitor URL
- Session can be now restarted using resetSession method
- New visitor can be crated using resetSession method with resetUser option set to TRUE
- Fix: Crashes tied to orientation changes
- Fix: Identify now fully supports UTF-8
- Changed: All SDK threads are now named
- Changed: Method getDashboardSessionUrl has new option withCurrentTimestamp
0.0.9 #
- Fix: Event is tracked even before session has started
- Better session cache handling / Strict cache rules
- Analytics only mode and no rendering
0.0.8 #
- Additional API methods
- Minor fixes
- Video rendering optimization
0.0.7 #
- Image quality boost
- Fix of rare orientation handling issues
- Minor fixes
0.0.6 #
- Custom API client
- Touch/selector events are more reliable
- Improved sensitive view hiding
0.0.5 #
- fixed: iOS plugin build issues in Swift-based apps
0.0.4 #
- Minor bugfixes.
0.0.3 #
- Beta release of the plugin and minor bugfixes.
0.0.2 #
- Additional methods for events recording
0.0.1 #
- Initial testing version of Flutter wrapper for Smartlook