Directory Structure

Constants

Contains all constant value for the app like button sizes, content padding, app colors, text styles etc.‌

Models

‌Data model are defined for easier data handling and manipulation.‌

Utils

Contains all app utility functions like dialog helper.‌

Views

Contains all screens of the application‌

Widgets

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

Last updated