-
assets/image: apps/widgets/snippets images as well as appIcon are stored here.
-
assets/language: Multi-language support json file is here.
-
lib: Application main file and folder are located here.
- view/base: All the Widgets except for screen will be declared here.
- data/model: A base class that holds some data and allows other classes to listen to changes to that data.
- data/repository: All API configurations are located here.
- view/screens: FileName contents Screen at the end of name eg. DashboardScreen.
- provider: It is used for State management technique Provider.
- utills: Basic ready made widgets are located here.
- colors_resources.dart: Application colors are declared here.
- dimensions.dart: Sizing dimensions are here.
- app_constant.dart: All the constant values are declared here.
- images.dart: Image paths are stored here as constent.
- styles.dart: Font styles are stored here.
-
pubspec.yaml: Application name and other project dependencies can be found here.