Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 710 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 710 Bytes

Attendance Tracker

An attendance tracking app built using Flutter.

Features

  • 6 hours per day.
  • Opens the app with the current day or the last weekday.
  • Weekends as well as future dates can't be picked.
  • A circular progress indicator displays the current attendance status.
  • Clicking on 'view all attendance' link gives a database dump of attendance data.
  • Swiping right on any attendance record deletes the record from the database.

Packages

  1. flutter
  2. path
  3. path_provider
  4. sqflite
  5. percent_indicator