From 4f45a141ee672bc7b679660586f2bcf99f992a89 Mon Sep 17 00:00:00 2001 From: Ashutosh Singh Date: Wed, 8 Jun 2022 15:27:10 +0530 Subject: [PATCH] Update about and resume. Add flutter doctor to GH actions flow. --- .github/workflows/build.yml | 2 ++ .vscode/settings.json | 5 ++++- lib/about/contact.dart | 2 +- lib/generated/intl/messages_en.dart | 2 +- lib/generated/l10n.dart | 4 ++-- lib/l10n/intl_en.arb | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bcb43f6..5c041a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json index ec2f1e7..3072c5d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + } } \ No newline at end of file diff --git a/lib/about/contact.dart b/lib/about/contact.dart index aa9fee7..15709f9 100644 --- a/lib/about/contact.dart +++ b/lib/about/contact.dart @@ -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( diff --git a/lib/generated/intl/messages_en.dart b/lib/generated/intl/messages_en.dart index 333f4be..2ffd273 100644 --- a/lib/generated/intl/messages_en.dart +++ b/lib/generated/intl/messages_en.dart @@ -32,7 +32,7 @@ class MessageLookup extends MessageLookupByLibrary { final messages = _notInlinedMessages(_notInlinedMessages); static Map _notInlinedMessages(_) => { "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( diff --git a/lib/generated/l10n.dart b/lib/generated/l10n.dart index 863b982..9869f88 100644 --- a/lib/generated/l10n.dart +++ b/lib/generated/l10n.dart @@ -50,10 +50,10 @@ class S { return Localizations.of(context, S); } - /// `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.` String get aboutDesc { return Intl.message( - '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.', name: 'aboutDesc', desc: '', args: [], diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index dff6a7e..9bf4690 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -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",