Directory Structure
Last updated
Was this helpful?
Last updated
Was this helpful?
Contains all constant value for the app like button sizes, content padding, app colors, text styles etc.
Contains all database helper class include daos(database access object)
Data model are defined for easier data handling and manipulation.
Contains manually inputted data for the app. Like vendors, foods, food options etc.
Contains all app utility functions like dialog helper.
Contains all screens of the application
Contains all UI widget used in the application like: Buttons, TextFields etc