Skip to main content

Flutter

Informations

There are three UI options for our CMP: clear or classic, both are used in the same way, only the design is different.

The classic UI is obsolete, for a new project, choose clear.
It is therefore necessary to use the clear module since Q4 2023!

The third one TV, is suitable for tv applications, at the moment we only support android TV.

appconsent-clear package on pub.dev

appconsent-tv package on pub.dev

Important message

warning

The Classic version is deprecated, for a new install, choose Clear.

appconsent-classic package on pub.dev

TargetSdk & CompileSdk

Please note this technical information regarding the configuration of your project.

info
Target API Level requirement

API level requirements

When you upload your APK, it must meet Google Play's target above (see link).

For this reason, we try to adapt our product as best we can so that it is as up to date as possible, taking advantage of the latest features and updates to the Android APIs.

However, we also strive not to offer a product that imposes these restrictions, and to this end, we follow Google's recommendations by keeping the required targeting level at “minus 1.”

The goal is to continue to take advantage of updates to our product and ensure that your application continues to meet the requirements of the digital marketing industry, while giving you time to migrate.

Google Requirement

This information is only useful if your application targets both children and an older audience.

info
Privacy policy
It may be necessary to implement an age-neutral screen in your application if it targets both children AND an older audience.

Message from google:
Apps that target both: children AND older audiences must not implement APIs or SDKs that are not approved for use in child-directed services unless they are used behind a neutral age screen or implemented in a way that does not result in the collection of data from children.

Here is a list of links to help you understand Google's requirements

API Documentation

API Documentation for our flutter bridges are included on the pub.dev page for each package. There is also an exemple implementation code included with each package to get you started.