# Flutter

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](https://pub.dev/packages/appconsent_clear)

[appconsent-tv package on pub.dev](https://pub.dev/packages/appconsent_tv)

{% hint style="danger" %}
**WARNING**

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

[appconsent-classic package on pub.dev](https://pub.dev/packages/appconsent_classic)
{% endhint %}

***

## 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.
