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

# Flutter

- [Project Setup](https://docs.accurascan.com/language/flutter/project-setup.md)
- [Android Setup](https://docs.accurascan.com/language/flutter/android-setup.md)
- [Adding Permissions, Packaging options and Auth Token](https://docs.accurascan.com/language/flutter/android-setup/adding-permissions-packaging-options-and-auth-token.md)
- [Adding License](https://docs.accurascan.com/language/flutter/android-setup/adding-license.md)
- [iOS Setup](https://docs.accurascan.com/language/flutter/ios-setup.md)
- [Installing pods and Adding Permissions.](https://docs.accurascan.com/language/flutter/ios-setup/installing-pods-and-adding-permissions..md)
- [Adding License](https://docs.accurascan.com/language/flutter/ios-setup/adding-license.md)
- [Functions](https://docs.accurascan.com/language/flutter/functions.md)
- [Fetching Details From License](https://docs.accurascan.com/language/flutter/functions/fetching-details-from-license.md): Setting up License
- [Setting Configurations, Error messages, Camera customization](https://docs.accurascan.com/language/flutter/functions/setting-configurations-error-messages-camera-customization.md): The following methods are commonly used to set up configurations, error messages, scanning title messages, and camera customization
- [OCR](https://docs.accurascan.com/language/flutter/functions/ocr.md): Accura Scan’s OCR scans and extracts data from any government Id globally.
- [MRZ](https://docs.accurascan.com/language/flutter/functions/mrz.md): Accura Scan’s MRZ scans and extracts the MRZ data from any government Id globally.
- [Barcode and Bankcard](https://docs.accurascan.com/language/flutter/functions/barcode-and-bankcard.md): Accura Scan’s solution scans and extracts data from Barcodes as well as Bank cards.
- [Facematch and Liveness](https://docs.accurascan.com/language/flutter/functions/facematch-and-liveness.md): Accura Scan face biometrics solution matches the selfie image with the image on the id card and also confirms if the user was live or not during the process.


---

# 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:

```
GET https://docs.accurascan.com/language/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.
