# to 1.4.5

## Flutter 2.8.0 Support

Customer, Vendor and driver apps now have support for **flutter 2.8.0**. To prevent issue relating to flutter versions, this new update comes in files that support either **flutter 2.2.3** or file that support **flutter 2.8.0**.

When you open the Customer/Vendor/Driver folder you will see they all have two subfolders:

1. **2.2.3** - This is where file for the update that support flutter 2.2.3 is kept, so you don't have to worry about updating your flutter version yet for this new update
2. **2.8.0** - This is for the always up-to-date developers, if you have flutter 2.8.0 running, then you can use the files in this 2.8.0 folder to setup/update your project.


---

# 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/glover/upgrades/older-version-upgrade-instructions/to-1.4.5.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.
