Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/profilesPic/Prakhar Maheshwari.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions lib/completeMemberInfo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ class AllMembers {
githubURL: 'https://github.com/shivanshugarg12800',
linkedInURL: 'https://www.linkedin.com/in/shivanshugarg12',
status: 'Web Designer'),
Member(
name: 'Prakhar Maheshwari',
year: '3rd',
department: 'Computer Science',
profilePic: 'assets/profilesPic/Prakhar Maheshwari.jpg',
aboutMe:
'I am a machine learning enthusiast.',
githubURL: 'https://github.com/prakhar154',
linkedInURL: 'https://www.linkedin.com/in/prakhar154',
status: 'Data Scientist')
];

static List<Member> get members {
Expand Down