This homework builds on Homework 01. Modify your solution to the portfolio from Homework 01 as follows.
Add 2-3 pages/screens where you describe portfolio items; such that clicking on portfolio items in your homepage reroutes to these pages.
For each page describing one portfolio item, include an image (real or dummy) that shows the work performed in the portfolio item. Make sure you add it to the assets folder, and register it in the specification file.
Move your personal information to an SQLite database, and load it from there. This should include the path to the image in the application e.g. ’lib/assets/images/portfolio’.
Create an archive file containing your lib folder and pubspec.yaml file. The archive name should be StudentNumber_StudentName_DM_HW2.zip. For example, if your student number is 202138187709 and your name is Mohammed Ali, your file name should be 202138187709_MohammedAli_DM_HW2.zip.