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.
Google Requirement
This information is only useful if your application targets both children and an older audience.
info
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.