#Task 2 #Inspection app ##Create an app where the user sends in workorders with the following features.
- On a map create 5 points which the user can select.
- After a point has been selected, the user selects between 3 options: Damage, Missing parts, Other
- After selection has been made, the user enters contact info: name and phone number
- After contact info has been entered, enter description.
- After all the information has been selected the user sends in the information.
- When the workorder has been sent, the status of the workorder is shown. The status for a newly entered workorder is Not started. All the information must be stored in Firebase. The status of the workorder must be changeable in Firebase. The status can be changed from Not started, In progress and Finished. A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.