Skip to content

antomicx/uni-marks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uniMarks

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.

TODOs

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages