Directory Structure
Last updated
Last updated
Contains all constant value for the app like button sizes, content padding, app colors, text styles etc.
Data model are defined for easier data handling and manipulation.
All request files are store here.
Service classes like firebase, router, http and notification services are stored there.
Contains the translated strings for the app
Contains all app utility functions like dialog helper.
All view models are stored here. View model is the bridge between the view and the data-source.
Contains all screens of the application
Contains all UI widget used in the application like: Buttons, TextFields etc