# 1.0.1

## Backend

Perform your usually file update.

{% hint style="info" %}
**PHP 8.2** is required to run backend.&#x20;

So upgrade your server php to 8.2 is you are not on lesser version before
{% endhint %}

## Custome&#x72;**/Driver**&#x20;

App Perform your usually file update.

### Flutter Version

You need to install/update **flutter 3.16.9** to run the project.

### iOS Build

**Note:** You need to install/update to **Xcode 15.0** to build iOS app for this version. You also need to upgrade your Cocoapods on your mac. Required version is: **1.13.0.**

To check your cocoapods version, run this command in your terminal:

```
pod --version
```


---

# Agent Instructions: 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://edentech.gitbook.io/instahaul/upgrades/1.0.1.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.
