Contains all app configurations like theming, routing, navigation, extensions etc
Contains all app constants grouped by the type. For example all images used in the app are stored in a constant file named 'images.dart'.
'images.dart'
Contains all UI widget used in the application like: Buttons, TextFields etc
Data model are defined for easier data handling and manipulation.
Contains helper services like alert and dialog services.
Contains all app utility functions like helper functions , theme utilities etc.
Contains all screens of the application
Last updated 4 years ago