Skip to content

Commit

Permalink
1.1.3+8
Browse files Browse the repository at this point in the history
  • Loading branch information
WaniAthar committed Dec 4, 2023
1 parent 62c7b56 commit ac97ddc
Show file tree
Hide file tree
Showing 18 changed files with 2,037 additions and 1,238 deletions.
21 changes: 0 additions & 21 deletions .flutter-plugins

This file was deleted.

1 change: 0 additions & 1 deletion .flutter-plugins-dependencies

This file was deleted.

2 changes: 1 addition & 1 deletion lib/api/attendance_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Future<void> getData(){
personalData = {"name":"John Doe", "usn":"01fe20bbb043"};
attendanceData =[{"cie_marks":"20/20","course_attendance":"55%","course_code":"20ECSk303","course_name":"Computer Networks-2","course_teacher":"John Doe"},{"cie_marks":"15/15","course_attendance":"93%","course_code":"20ECKC305","course_name":"Distributed & Cloud Computing","course_teacher":"Mark Henry"},{"cie_marks":"0/0","course_attendance":"0%","course_code":"16EHUC301","course_name":"PA & LR","course_teacher":"Albert Einstein"},{"cie_marks":"0/0","course_attendance":"75%","course_code":"20EOSP305","course_name":"Computer Networks Lab","course_teacher":"Newton"},{"cie_marks":"0/0","course_attendance":"0%","course_code":"15EPSW302","course_name":"Minor Project","course_teacher":"Tim Cook"},{"cie_marks":"0/0","course_attendance":"73%","course_code":"20ECSK307","course_name":"Blockchain and Distributed Ledgers","course_teacher":"Shimsuke Nakamura"},{"cie_marks":"20/20","course_attendance":"39%","course_code":"19ELSE303","course_name":"Semantic Web","course_teacher":"Tim Lee"},{"cie_marks":"0/0","course_attendance":"0%","course_code":"17PCSE307","course_name":"Parallel Computing","course_teacher":"Messi"},{"cie_marks":"0/0","course_attendance":"0%","course_code":"22EMSH302","course_name":"Industry Readiness and Leadership Skills","course_teacher":"Kabir singh"}]
// delay the data fetch by 2 seconds
Future.delayed(Duration(seconds: 2), () {
Future.delayed(Duration(seconds: 5), () {
isDataFetched = true;
notifyListeners();
});
Expand Down
187 changes: 0 additions & 187 deletions lib/developer.dart

This file was deleted.

Loading

0 comments on commit ac97ddc

Please sign in to comment.