Sample project to store university exams' marks and compute the current average. It makes use of a sqlite backend Sqflite to store and retrieve the list of exams.
It defines a separate ExamWidget taking care of the rendering phase. The main body is implemented through a ListView to provide scrolling capabilities.
- Implement the correct rendering in case of long exam names
- Implement a search function
- When deleting an exam, add a SnackBar to confirm the exam has been deleted.
- Implement alignment of the delete button