# nexxPLAY for Flutter

nexxPLAY offers also an official Flutter Plugin for Integration in Flutter Projects (on android).

All Player Funcitonality of the native android SDK are also supported via Flutter, most important that is:

* Environment and Configuration Settings
* Event System
* Fullscreeen
* PiP
* SDK Methods and Options

You can find the official Plugin in its latest Version here:

{% embed url="<https://pub.dev/packages/nexxplay>" %}

3Q also provides a sample Application based on the Flutter Package with additional Documentation here:

{% embed url="<https://github.com/3qnexx/nexxPLAY-Flutter>" %}

{% hint style="info" %}
We strongly recommend, that especially for more complicated Cases with many SDK Methods, Picture-in-Picture and Fullscreen, you take a look at the example main.dart File, as given in the Sample Project.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://play.docs.nexx.cloud/native-players/nexxplay-for-flutter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
