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.
Requests
All request files are store here.
Services
Service classes like firebase, router, http and notification services are stored there.
Translations
Contains the translated strings for the app
Utils
Contains all app utility functions like dialog helper.
View_Models
All view models are stored here. View model is the bridge between the view and the data-source.
Views
Contains all screens of the application
Widgets
Contains all UI widget used in the application like: Buttons, TextFields etc
Last updated
Was this helpful?