# Directory Structure

![File Directory Structure](https://3372348764-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mc2Gnimd8dkhL519XFd%2F-Mc2N29MDLneQkAmJktM%2F-Mc2NGmamH6qs6r4YPqx%2FDirectory%20Structure.JPG?alt=media\&token=69a8d31b-6bc0-4b6b-bb2d-2479693f6b1e)

### Config

Contains all the settings such as shared preferences, navigation between screens, etc.

### Constants

Contains all the application constants such as colors, general information, routing paths and text styles.

### Models

Data model are defined for easier data handling and manipulation.

### Providers&#x20;

Contains the providers used in the application and based on the different models.&#x20;

### Utils&#x20;

Contains all app utility functions.

### Views&#x20;

Contains all screens of the application.

### Widgets&#x20;

Contains all UI widget used in the application.
