Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusrp98 committed Sep 1, 2023
1 parent c31c895 commit 52e7b29
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 53 deletions.
2 changes: 1 addition & 1 deletion lib/flutter_packages/widgets/flutter_package_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class FlutterPackageCard extends StatelessWidget {
Icon(
Icons.launch_rounded,
color: Theme.of(context).colorScheme.onSurface,
)
),
],
),
),
Expand Down
2 changes: 0 additions & 2 deletions lib/home/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,13 @@ class HomePage extends StatelessWidget {
duration: _kScrollAnimationDuration,
alignment: _kScrollAnimationAlignment,
);
break;
case HomeTabs.about:
Scrollable.ensureVisible(
_aboutSectionKey.currentContext!,
curve: _kScrollAnimationCurve,
duration: _kScrollAnimationDuration,
alignment: _kScrollAnimationAlignment,
);
break;
case HomeTabs.resume:
Scrollable.ensureVisible(
_resumeSectionKey.currentContext!,
Expand Down
2 changes: 1 addition & 1 deletion lib/home/widgets/about_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class AboutCard extends StatelessWidget {
],
),
),
)
),
],
),
),
Expand Down
2 changes: 1 addition & 1 deletion lib/home/widgets/experience_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ExperienceTile extends StatelessWidget {
.textTheme
.titleMedium
?.copyWith(fontWeight: FontWeight.normal),
)
),
].separateWith(GridSpacing.gap8),
);
}
Expand Down
4 changes: 2 additions & 2 deletions lib/home/widgets/header_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HeaderCard extends StatelessWidget {
Icons.waving_hand_outlined,
color: Theme.of(context).colorScheme.onSurface,
size: titleTextStyle?.fontSize,
)
),
],
),
AutoSizeText(
Expand All @@ -63,7 +63,7 @@ class HeaderCard extends StatelessWidget {
Image.asset(
'assets/images/bongo-cat.gif',
height: headerImageHeight,
)
),
],
),
AutoSizeText.rich(
Expand Down
6 changes: 3 additions & 3 deletions lib/home/widgets/work_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class WorkCard extends StatelessWidget {
size: GridSpacing.s32,
color:
Theme.of(context).colorScheme.onSurface,
)
),
],
),
GridSpacing.gap12,
Expand All @@ -90,11 +90,11 @@ class WorkCard extends StatelessWidget {
child: Text(tag),
),
],
)
),
],
),
),
)
),
],
),
),
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/personal_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class PersonalInfo {
'Released mobile app to both App Store and Google Play.',
'Implemented real-time chat between users of the platform.',
'Acted as a product manager and managed team of developers.',
'Used GitHub Actions to deploy web page to Firebase Hosting.'
'Used GitHub Actions to deploy web page to Firebase Hosting.',
],
),
Experience(
Expand Down
80 changes: 40 additions & 40 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ packages:
dependency: transitive
description:
name: collection
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
url: "https://pub.dev"
source: hosted
version: "1.17.1"
version: "1.17.2"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -47,10 +47,10 @@ packages:
dependency: "direct main"
description:
name: font_awesome_flutter
sha256: "959ef4add147753f990b4a7c6cccb746d5792dbdc81b1cde99e62e7edb31b206"
sha256: "5fb789145cae1f4c3245c58b3f8fb287d055c26323879eab57a7bf0cfd1e45f3"
url: "https://pub.dev"
source: hosted
version: "10.4.0"
version: "10.5.0"
gap:
dependency: transitive
description:
Expand All @@ -63,10 +63,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "73a50070c125c90f9960aad4da9e4a95d94558230727f145ac634528da1e75e3"
sha256: "5668e6d3dbcb2d0dfa25f7567554b88c57e1e3f3c440b672b24d4a9477017d5b"
url: "https://pub.dev"
source: hosted
version: "7.0.0"
version: "10.1.2"
grid_point_4:
dependency: "direct main"
description:
Expand All @@ -83,14 +83,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.18.1"
js:
dependency: transitive
description:
name: js
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.6.7"
layout:
dependency: "direct main"
description:
Expand All @@ -103,18 +95,18 @@ packages:
dependency: transitive
description:
name: logging
sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d"
sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
url: "https://pub.dev"
source: hosted
version: "1.1.1"
version: "1.2.0"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
url: "https://pub.dev"
source: hosted
version: "0.2.0"
version: "0.5.0"
meta:
dependency: transitive
description:
Expand All @@ -135,10 +127,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
sha256: da3fdfeccc4d4ff2da8f8c556704c08f912542c5fb3cf2233ed75372384a034d
url: "https://pub.dev"
source: hosted
version: "2.1.4"
version: "2.1.6"
sky_engine:
dependency: transitive
description: flutter
Expand All @@ -148,66 +140,66 @@ packages:
dependency: "direct main"
description:
name: url_launcher
sha256: eb1e00ab44303d50dd487aab67ebc575456c146c6af44422f9c13889984c00f3
sha256: "47e208a6711459d813ba18af120d9663c20bdf6985d6ad39fe165d2538378d27"
url: "https://pub.dev"
source: hosted
version: "6.1.11"
version: "6.1.14"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
sha256: "22f8db4a72be26e9e3a4aa3f194b1f7afbc76d20ec141f84be1d787db2155cbd"
sha256: b04af59516ab45762b2ca6da40fa830d72d0f6045cd97744450b73493fa76330
url: "https://pub.dev"
source: hosted
version: "6.0.31"
version: "6.1.0"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
sha256: "9af7ea73259886b92199f9e42c116072f05ff9bea2dcb339ab935dfc957392c2"
sha256: "7c65021d5dee51813d652357bc65b8dd4a6177082a9966bc8ba6ee477baa795f"
url: "https://pub.dev"
source: hosted
version: "6.1.4"
version: "6.1.5"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
sha256: "207f4ddda99b95b4d4868320a352d374b0b7e05eefad95a4a26f57da413443f5"
sha256: b651aad005e0cb06a01dbd84b428a301916dc75f0e7ea6165f80057fee2d8e8e
url: "https://pub.dev"
source: hosted
version: "3.0.5"
version: "3.0.6"
url_launcher_macos:
dependency: transitive
description:
name: url_launcher_macos
sha256: "91ee3e75ea9dadf38036200c5d3743518f4a5eb77a8d13fda1ee5764373f185e"
sha256: b55486791f666e62e0e8ff825e58a023fd6b1f71c49926483f1128d3bbd8fe88
url: "https://pub.dev"
source: hosted
version: "3.0.5"
version: "3.0.7"
url_launcher_platform_interface:
dependency: transitive
description:
name: url_launcher_platform_interface
sha256: "6c9ca697a5ae218ce56cece69d46128169a58aa8653c1b01d26fcd4aad8c4370"
sha256: "95465b39f83bfe95fcb9d174829d6476216f2d548b79c38ab2506e0458787618"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "2.1.5"
url_launcher_web:
dependency: transitive
description:
name: url_launcher_web
sha256: "81fe91b6c4f84f222d186a9d23c73157dc4c8e1c71489c4d08be1ad3b228f1aa"
sha256: "2942294a500b4fa0b918685aff406773ba0a4cd34b7f42198742a94083020ce5"
url: "https://pub.dev"
source: hosted
version: "2.0.16"
version: "2.0.20"
url_launcher_windows:
dependency: transitive
description:
name: url_launcher_windows
sha256: "254708f17f7c20a9c8c471f67d86d76d4a3f9c1591aad1e15292008aceb82771"
sha256: "95fef3129dc7cfaba2bc3d5ba2e16063bb561fc6d78e63eee16162bc70029069"
url: "https://pub.dev"
source: hosted
version: "3.0.6"
version: "3.0.8"
vector_math:
dependency: transitive
description:
Expand All @@ -220,10 +212,18 @@ packages:
dependency: "direct dev"
description:
name: very_good_analysis
sha256: ebc48c51db35beeeec8c414e32f7bd78e612bd7f5992ccb0d46e19edaeb40b08
sha256: "9ae7f3a3bd5764fb021b335ca28a34f040cd0ab6eec00a1b213b445dae58a4b8"
url: "https://pub.dev"
source: hosted
version: "5.1.0"
web:
dependency: transitive
description:
name: web
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
url: "https://pub.dev"
source: hosted
version: "4.0.0+1"
version: "0.1.4-beta"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
dart: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ dependencies:
flutter_web_plugins:
sdk: flutter
font_awesome_flutter: ^10.4.0
go_router: ^7.0.0
go_router: ^10.1.2
grid_point_4: ^1.0.0
intl: ^0.18.0
layout: ^1.0.3
url_launcher: ^6.1.10

dev_dependencies:
very_good_analysis: ^4.0.0+1
very_good_analysis: ^5.1.0

flutter:
uses-material-design: true
Expand Down

0 comments on commit 52e7b29

Please sign in to comment.