# Lib Folder

* **Core folder:**

Contains 4 dart files:

**Constants:** contains some constants used in the app.

**Color\_constant.dart:** where you'll find all the colors used in the app.

**Image\_constant.dart:** where you'll find all the images and icons constants used in the app.

**math\_utils.dart:** where you'll find the methods used to set the sizes and paddings in a responsive way.

* **Presentation**

Here you will find all the pages of the app

* **Localization**

Contains the translation file/s, and you can add your own.

<figure><img src="https://2643037237-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMMNSerbqbptrAgMTe7eZ%2Fuploads%2F3VqILvZjcvFiyHZG2D6n%2FPicture3.png?alt=media&#x26;token=b8af2570-0f24-49ce-9ad5-965abfbebd80" alt=""><figcaption><p>translation files</p></figcaption></figure>

* **Routes**

The name of all app routes.

<figure><img src="https://2643037237-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMMNSerbqbptrAgMTe7eZ%2Fuploads%2F7vRU5xzMcQOXj958foaG%2FPicture4.png?alt=media&#x26;token=a909242f-628b-47cb-85dc-cb30a3f35cb1" alt=""><figcaption><p>app routes names</p></figcaption></figure>

* **Theme folder**

Contains most of the decorations and fonts used in the project.
