> For the complete documentation index, see [llms.txt](https://docs.mosip.io/1.2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosip.io/1.2.0/id-lifecycle-management/identity-issuance/android-registration-client/develop/technology-stack.md).

# Technology Stack

The table below outlines the frameworks, tools, and technologies employed by the Android Registration Client.

<table><thead><tr><th width="177">Tool /Technology</th><th width="88">Version</th><th width="171">Description</th><th>License</th></tr></thead><tbody><tr><td><a href="https://flutter.dev/">Flutter</a></td><td>3.10.4</td><td>Flutter transforms the development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded experiences from a single codebase.</td><td><a href="https://github.com/flutter/flutter/blob/master/LICENSE">BSD License</a></td></tr><tr><td><a href="https://dart.dev/">Dart</a></td><td>3.0.3</td><td></td><td><a href="https://github.com/dart-lang/usage/blob/master/LICENSE">BSD License</a></td></tr></tbody></table>

**Android SDK Versions :**

Target SDK Version : 31

Compile SDK Version : 31


---

# 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.mosip.io/1.2.0/id-lifecycle-management/identity-issuance/android-registration-client/develop/technology-stack.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.
