This project is a about providing laundry services through application for users and providing invoice for the same.
Application will start from main.dart file since it is the ROOT OF THE PROJECT
Assets folder will contain images and fonts which will be used in application
This project is been divided within lib folder as
- lib
- config
- Models
- Screens
- Authentication
- Home
- Services
- Invoice
- SharedWidgets
- config :- It contains all the styling elements which will be needed into application
- Models :- It contains modal classes which will be used for storing values as their objects
- Screens :- It contains dart files which will displaying screens for the application
- Services :- It contains all the services which will be used with the application
- SharedWidgets :- It contains widgets which will be used in more than one file
- Authentication :- It contains files related to authentication i.e Login and Register
- Home :- It contains files related to Home page
- Invoice :- It contains invoice generating files
-
projectImports.dart file will contain all the necessary importing files which will be required throughout the project. Rather than importing same package everytime in different file, projectImports.dart file will get imported which contains all the packages which every file requires.
-
For more information about the project click on to this docs