plugin_mappintelligence 5.0.10 copy "plugin_mappintelligence: ^5.0.10" to clipboard
plugin_mappintelligence: ^5.0.10 copied to clipboard

The MappIntelligence SDK allows you to track user activities, screen flow and media usage for an App. All data is send to the MappIntelligence tracking system for further analysis.

5.0.10 #

  • WebTrackingController: added optional navigationDelegate parameter allowing clients to provide their own NavigationDelegate; all callbacks (onPageStarted, onPageFinished, onProgress, onWebResourceError, onNavigationRequest) are preserved alongside the plugin's tracking logic
  • WebTrackingController: client-provided onPageFinished now fires after EverID injection completes; onLoad is invoked only on successful page load; added null guard for malformed WebView messages
  • Updated Kotlin to 2.3.0 (plugin and example)
  • Updated Android Gradle Plugin to 8.13.2 and Gradle wrapper to 8.13
  • Bumped compileSdkVersion and targetSdkVersion to 36
  • Updated native Mapp Intelligence Android SDK to 5.1.13
  • Updated AndroidX dependencies (webkit 1.15.0, work-runtime-ktx 2.11.1)
  • Removed google-services from plugin module (library); applied only in app module to fix Gradle plugin error
  • Example app: use Flutter minSdkVersion and Kotlin 2.3.0 in settings.gradle
  • Minor code cleanup in PluginMappintelligencePlugin.kt

5.0.9 #

  • Refactored webview tracking (old webview from MappIntelligence plugin should be removed and all related imports; Official webview_flutter: ^4.13.0 shoud be used);
  • code cleanup (removed old webview tracking implementation)

5.0.8 #

  • Updated native Mapp Intelligence SDK to version 5.1.11
  • Added missing methods to disable auto tracking, activity tracking and fragment tracking
    • disableAutoTracking(bool); disableActivityTracking(bool); disableFragmentTracking(bool);
  • Fixed bug - setSendAppVersionInEveryRequest not resolved when called with await;
  • Updated kotlin version: 2.0.20
  • Updated android targetSdk to version: 35
  • Updated native Mapp Intelligence iOS SDK to version 5.0.15

5.0.7 #

Fixed bug on Android - duplicate records are send for use case when application starts with a optOut=true and some tracking records exists in the local database.

Fix fns feture iOS specific.

Bug Fixes

  • App first opens were sometimes not tracked correctly.
  • Visits were not tracked as expected
  • If gallery permission dialog in iOS was used the SDK did not send the first track request.

5.0.6 #

Fixed bug - Fixed unexpected tracking behaviour for media tracking

5.0.5 #

Fixed bug - everId not generated after anonymousTracking set to false Fixed bug - firstAppOpen parameter not properly calculated

5.0.3 #

Fixed bug to properly show plugin version

5.0.2 #

Added new functionalities to the plugin: *deeplink tracking *user matching Updated internal dependencies.

5.0.1 #

Changed a way how plugin can be initializes for Android. There is no need to initialize plugin from native Java or Kotlin code anymore. This all can be done from the flutter side.

5.0.0 #

First public version

0.0.5 #

Deleted unnecessary setup from the README.md

0.0.4 #

The first version that includes all functions

0.0.3 #

improve description

0.0.2 #

Improve iOS communication

0.0.1 #

initial release.

4
likes
130
points
839
downloads

Documentation

API reference

Publisher

verified publishermapp.com

Weekly Downloads

The MappIntelligence SDK allows you to track user activities, screen flow and media usage for an App. All data is send to the MappIntelligence tracking system for further analysis.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on plugin_mappintelligence

Packages that implement plugin_mappintelligence