-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb49de1
commit e7319b7
Showing
8 changed files
with
1 addition
and
354 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,28 +213,4 @@ class StudentProvider extends StateNotifier<StudentState> { | |
state = newState; | ||
_logger.i("Removed student: ${student.name}"); | ||
} | ||
|
||
// Student getStudentById(String studentId) { | ||
// try { | ||
// return state.students.firstWhere((student) => student.id == studentId); | ||
// } catch (e) { | ||
// return Student( | ||
// id: '1', | ||
// name: 'John Doe', | ||
// email: '[email protected]', | ||
// rollNumber: 'R001', | ||
// about: 'I am a computer science student.', | ||
// profilePicURI: | ||
// 'https://cdn4.sharechat.com/img_907710_35cec5f5_1681916904360_sc.jpg?tenant=sc&referrer=pwa-sharechat-service&f=360_sc.jpg', | ||
// branch: 'Computer Science', | ||
// graduationYear: 2023, | ||
// skills: [DummySkills.skills[1], DummySkills.skills[2]], | ||
// achievements: [ | ||
// Dummyachievements.achievements[1], | ||
// Dummyachievements.achievements[2] | ||
// ], | ||
// roles: ['Core Member', 'Coordinator'], | ||
// ); | ||
// } | ||
// } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.