> 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/identomat-documentation-ukr/sdks/flutter-sdk/flutter-sdk-changelog.md).

# Flutter SDK changelog

{% hint style="info" %}
**Критичні зміни (Breaking changes) позначені жирним шрифтом.**
{% endhint %}

### Version 0.0.16

*Випущено 25 берез. 2026*

* **Оновлено**: Версію iOS збільшено до 1.1.158, а версію Android — до 1.1.179.

### Version 0.0.15

*Випущено 16 лют. 2026*

* **Оновлено**: Версію Android збільшено до 1.1.175.

### Version 0.0.14

*Випущено 13 лют. 2026*

* **Оновлено**: Версію iOS збільшено до 1.1.154, а версію Android — до 1.1.174.

### Version 0.0.13

*Випущено 03 лют. 2026*

* **Оновлено**: Версію iOS збільшено до 1.1.153, **додано підтримку зчитувача NFC.**
* **Оновлено**: Версію Android збільшено до 1.1.172, **додано підтримку зчитувача NFC**.

### Version 0.0.11

*Випущено 23 груд. 2025*

* **Оновлено**: Версію Android збільшено до 1.1.166.

### Version 0.0.10

*Випущено 18 груд. 2025*

* **Оновлено**: Версію iOS збільшено до 1.1.152, а версію Android — до 1.1.164.

### Version 0.0.9

*Випущено 13 жовт. 2025*

* **Оновлено**: Версію iOS збільшено до 1.1.148, а версію Android — до 1.1.160.
* **Додано: Можливість включити крок Geolocation.**
* **Додано: Можливість включити крок Proof of Address.**

### Version 0.0.7

*Випущено 30 лип. 2025*

* **Оновлено**: Версію iOS збільшено до 1.1.133, а версію Android — до 1.1.147.
* **Додано: Можливість включити крок опитувальника користувача.**
* **Додано: Можливість запускати сесії за допомогою попередньо визначеної конфігурації.**

### Version 0.0.6

* **Оновлено**: До найновішої бібліотеки Android 1.1.122

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

* **Оновлено:** До найновішої бібліотеки iOS 1.1.114, видалено залежність WebRTC.

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

* **Додано:** Підтримку функціональності Proof of Address.

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

* **Виправлено**: Базові тести.

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

* **Додано**: Документацію API та пакета.
* **Додано**: Приклад.
* **Додано**: Підтримувану ліцензію.

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

* **Оновлено**: Зіставлено більшість важливих методів API.


---

# 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/identomat-documentation-ukr/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.
