Directory Structure

Global Widgets

Contains all UI widget used in the application like: Buttons, TextFields etc

Models

Data model are defined for easier data handling and manipulation.

Services

Contains helper services like alert and dialog services.

Utils

Contains all app utitlity functions like colors, styles, helper functions etc.

Views

Contains all screens of the application

Last updated