> For the complete documentation index, see [llms.txt](https://docs.identomat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.identomat.com/sdks/flutter-sdk/flutter-sdk-changelog.md).

# Flutter SDK changelog

{% hint style="info" %}
**Breaking changes are marked in bold.**
{% endhint %}

### Version 0.0.16

*Released on Mar 25, 2026*

* **Updated**: iOS version increased to 1.1.158 and Android version increased to 1.1.179.

### Version 0.0.15

*Released on Feb 16, 2026*

* **Updated**: Android version increased to 1.1.175.

### Version 0.0.14

*Released on Feb 13, 2026*

* **Updated**: iOS version increased to 1.1.154 and Android version increased to 1.1.174.

### Version 0.0.13

*Released on Feb 03, 2026*

* **Updated**: iOS version increased to 1.1.153, **adding NFC reader support.**&#x20;
* **Updated**: Android version increased to 1.1.172, **adding NFC reader support**.

### Version 0.0.11

*Released on Dec 23, 2025*

* **Updated**: Android version increased to 1.1.166.

### Version 0.0.10

*Released on Dec 18, 2025*

* **Updated**: iOS version increased to 1.1.152 and Android version increased to 1.1.164.

### Version 0.0.9

*Released on Oct 13, 2025*

* **Updated**: iOS version increased to 1.1.148 and Android version increased to 1.1.160.
* **Added: Ability to include a Geolocation step.**
* **Added: Ability to include a Proof of Address step.**

### Version 0.0.7

*Released on July 30, 2025*

* **Updated**: iOS version increased to 1.1.133 and Android version increased to 1.1.147.
* **Added: Ability to include a user questionnaire step.**
* **Added: Ability to start sessions using a predefined configuration.**

### Version 0.0.6

* **Updated**: To latest Android library 1.1.122

### Version 0.0.5 <a href="#id-005" id="id-005"></a>

* **Updated:** To latest iOS library 1.1.114, removing WebRTC dependency.

### Version 0.0.4 <a href="#id-005" id="id-005"></a>

* **Added:** Proof of Address functionally support.

### Version 0.0.3 <a href="#id-005" id="id-005"></a>

* **Fixed**: Basic tests.

### Version 0.0.2 <a href="#id-005" id="id-005"></a>

* **Added**: API and package documentation.
* **Added**: Example.
* **Added**: Supported license.

### Version 0.0.1 <a href="#id-005" id="id-005"></a>

* **Updated**: Mapped most of the important API methods.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.identomat.com/sdks/flutter-sdk/flutter-sdk-changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
