# Change Log

## 1.0.0 - 06-09-2021

### Added

* Initial Released

## 1.1.0 - 07-15-2021

### Added

* Update layouts to support Web, Mac OS, Windows, Linux.
* bug fix.

## 1.2.0 - 03-25-2022

### Added

* Update to Flutter 2.10.3
* Update all the codes to support themes
* New Items on OnBoarding

## 1.2.1 - 03-29-2022

### Minor Fix

* Fix AppBar
* Update to Flutter 2.10.4

## 1.3.0 - 05-2-2022

### Added

* Add iCodes Banking App
* Add Integrations (Firebase Auth, Gauge, etc)
* Change navigations using GetX
* Support Flutter 2.10.5
* Fix bugs
* Update Codes

## 1.4.0 - 05-20-2022

### Added

* Upgrade to Flutter 3.0
* Fix bugs
* Update codes
* Add Integrations

## 1.4.1 - 05-23-2022

### Added

* Update JDK 8
* Update codes
* Flutter Linter:
  * avoid\_print: true
  * prefer\_single\_quotes: true
  * always\_use\_package\_imports: true
  * always\_specify\_types: true


---

# 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://indocodes.gitbook.io/icodes-flutter/change-log.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.
