---
title: "Mapp Intelligence: Flutter SDK version 5.0.3"
slug: "mapp-intelligence-flutter-sdk-version-503"
updated: 2024-04-04T11:59:05Z
published: 2024-04-04T11:59:05Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mapp Intelligence: Flutter SDK version 5.0.3

**06 Jun 2023** We've released an updated version of our Flutter SDK with great new features!

## Key Benefits

- We now support deep link tracking and user matching. This lets you track campaigns linked directly to your app and match users between Engage and Intelligence for better engagement targeting. You can also now trigger requests to be sent immediately.
- Print the currently active global configuration to the console for testing and debugging.
- Fixed Android bugs:
  - The batch size did not match the configuration.
  - Some parameters were not sent.

## How does it work?

1. Please update to targetSdkVersion 33 in the build.gradle file for Android when updating to version 5.0.2-5.0.3.
2. When supporting Android 9, please change the base class for MainActivity to extend „FlutterFragmentActivity“ instead of „FlutterActivity“ in Android:

```java
class MainActivity : FlutterActivity()
```

to

```java
class MainActivity : FlutterFragmentActivity()
```

## Availability

This update went live on June 6th

## Related Topics

[Flutter Software Development Kit](/v1/docs/flutter-sdk)

[Flutter Functions](/v1/docs/functions)

[Github](https://github.com/mapp-digital/Mapp-Intelligence-Flutter-Tracking/releases/tag/5.0.3)
