Directory Structure

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

Contains the providers used in the application and based on the different models.

Utils

Contains all app utility functions.

Views

Contains all screens of the application.

Widgets

Contains all UI widget used in the application.

Last updated