> For the complete documentation index, see [llms.txt](https://posetracker.gitbook.io/posetracker-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/flutter-example.md).

# Flutter example

How to use PoseTracker with Kotlin ?

{% hint style="warning" %}
**This documentation is no longer maintained.**\
The official PoseTracker docs are now at [docs.posetracker.com](https://docs.posetracker.com/).\
For this topic, see [Embed the WebView](https://docs.posetracker.com/webview/embed).
{% endhint %}

Base on the schema on [How does it work ?](/posetracker-api/use-posetracker-on-real-time-camera-webcam/how-does-it-work.md) You need to call our URL [https://app.posetracker.com/pose\_tracker/tracking](https://posetracker.com/pose_tracker/tracking?) through an Flutter **webview.**

**Check the code source on GitHub:**

This repo is kept as a reference implementation.

We’ll clean and stabilize it over time.

It will remain available as sample code for integration.

{% embed url="<https://github.com/Movelytics/PoseTracker-Example-Flutter>" %}
