added start and end date
This commit is contained in:
@@ -38,12 +38,16 @@ class ContentBox extends StatelessWidget {
|
||||
location: data['location'],
|
||||
title: data['title'],
|
||||
description: data['description'],
|
||||
startDate: data['startDate'],
|
||||
endDate: data['endDate'],
|
||||
);
|
||||
case ContentType.education:
|
||||
return ContentListTile(
|
||||
name: data['name'],
|
||||
location: data['location'],
|
||||
title: data['title'],
|
||||
startDate: data['startDate'],
|
||||
endDate: data['endDate'],
|
||||
);
|
||||
case ContentType.skills:
|
||||
return SkillListTile(
|
||||
|
||||
Reference in New Issue
Block a user