Skip to content

Commit

Permalink
Update about and resume. Add flutter doctor to GH actions flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodepapaya committed Jun 8, 2022
1 parent 2deb371 commit 4f45a14
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
with:
# The Flutter build release channel
channel: stable
- name: Flutter doctor
run: flutter doctor -v
- name: Fetch dependencies
run: flutter pub get
# - name: Run Tests
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"cSpell.ignoreWords": [
"Hori",
"XCRCBL"
]
],
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///home/ashutosh/Projects/Flutter%20Apps/portfolio/.github/workflows/build.yml"
}
}
2 changes: 1 addition & 1 deletion lib/about/contact.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Contact extends StatelessWidget {
contactIcon(
iconData: FontAwesomeIcons.briefcase,
url:
"https://my-portfolio-ashutosh-singh.s3.ap-south-1.amazonaws.com/resume_ashutosh_singh.pdf",
"https://my-portfolio-ashutosh-singh.s3.ap-south-1.amazonaws.com/Ashutosh_Resume.pdf",
tooltip: "Ashutosh's Resume",
),
contactIcon(
Expand Down
2 changes: 1 addition & 1 deletion lib/generated/intl/messages_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MessageLookup extends MessageLookupByLibrary {
final messages = _notInlinedMessages(_notInlinedMessages);
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
"aboutDesc": MessageLookupByLibrary.simpleMessage(
"I am Ashutosh Singh, also known by the username thecodepapaya, currently pursuing my bachelor\'s degree majoring in computer science from Indian Institiute of Information Technology, Vadodara."),
"I am Ashutosh Singh, also known by the username thecodepapaya, freshly graduated from Indian Institute of Information Technology Vadodara. I love building delightful user experiences and system verticals."),
"aboutGreeting": m0,
"blogMinutes": MessageLookupByLibrary.simpleMessage("Min"),
"footerCredit": MessageLookupByLibrary.simpleMessage(
Expand Down
4 changes: 2 additions & 2 deletions lib/generated/l10n.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/l10n/intl_en.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"aboutDesc": "I am Ashutosh Singh, also known by the username thecodepapaya, currently pursuing my bachelor's degree majoring in computer science from Indian Institiute of Information Technology, Vadodara.",
"aboutDesc": "I am Ashutosh Singh, also known by the username thecodepapaya, freshly graduated from Indian Institute of Information Technology Vadodara. I love building delightful user experiences and system verticals.",
"aboutGreeting": "{greeting, select, em {Good morning, early bird} m {Good Morning} a {Good Afternoon} e {Good Evening} n {Hi there, night owl} other {Hello}}. I'm ",
"blogMinutes": "Min",
"footerCredit": "Based on designs by Nicolas Meuzard",
Expand Down

0 comments on commit 4f45a14

Please sign in to comment.