-
Notifications
You must be signed in to change notification settings - Fork 11
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
Showing
13 changed files
with
115 additions
and
102 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
const double sizeCustom1 = 76.29; | ||
const double sizeCustom2 = 61.04; | ||
const double sizeDisplay = 48.83; | ||
const double sizeHeadline1 = 39.06; | ||
const double sizeHeadline2 = 31.25; | ||
const double sizeSubHead1 = 25.00; | ||
const double sizeSubHead2 = 20.00; | ||
const double sizeBody = 16.0; | ||
const double sizeDefault = 14.0; | ||
const double sizeHeadline1 = 76.29; | ||
const double sizeHeadline2 = 61.04; | ||
const double sizeHeadline3 = 48.83; | ||
const double sizeHeadline4 = 39.06; | ||
const double sizeHeadline5 = 31.25; | ||
const double sizeHeadline6 = 25.0; | ||
const double sizeSubtitle1 = 20.0; | ||
const double sizeSubtitle2 = 16.0; | ||
const double sizeBody1 = 16.0; | ||
const double sizeBody2 = 14.0; | ||
const double sizeCaption = 12.80; |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import 'package:intl/intl.dart'; | ||
|
||
String getFormattedDate({String date}) { | ||
DateTime dateTime = DateTime.parse(date); | ||
DateFormat formatter = new DateFormat('MMMM dd, yyyy K:mm a'); | ||
String formattedDate = formatter.format(dateTime); | ||
|
||
return formattedDate; | ||
} |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.