Directory Structure

Constants

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

Database

Contains all database helper class include daos(database access object)

Models

Data model are defined for easier data handling and manipulation.

Sample Data

Contains manually inputted data for the app. Like vendors, foods, food options etc.

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