Skip to content

Commit 30d6a6e

Browse files
committed
build(deps): update google_fonts to 6.3.0
- Update google_fonts from 6.2.1 to 6.3.0 - Update resolved refs for core and data-repository packages - Remove splash screen image
1 parent 81c443c commit 30d6a6e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ packages:
178178
description:
179179
path: "."
180180
ref: HEAD
181-
resolved-ref: "3022edcb06d7c55ea81f25126b7f8c28c9105d4c"
181+
resolved-ref: "7a1b54f8c0f94f6c04af3404c8110181e080b5c4"
182182
url: "https://github.com/flutter-news-app-full-source-code/core.git"
183183
source: git
184184
version: "0.0.0"
@@ -246,7 +246,7 @@ packages:
246246
description:
247247
path: "."
248248
ref: HEAD
249-
resolved-ref: "5a7bd9f597e98209bc7f5ac897cf64552306c02f"
249+
resolved-ref: d9fbbf33d8bb53724e2dd29d488a0c8eb9cbf6e8
250250
url: "https://github.com/flutter-news-app-full-source-code/data-repository.git"
251251
source: git
252252
version: "0.0.0"
@@ -434,10 +434,10 @@ packages:
434434
dependency: "direct main"
435435
description:
436436
name: google_fonts
437-
sha256: b1ac0fe2832c9cc95e5e88b57d627c5e68c223b9657f4b96e1487aa9098c7b82
437+
sha256: df9763500dadba0155373e9cb44e202ce21bd9ed5de6bdbd05c5854e86839cb8
438438
url: "https://pub.dev"
439439
source: hosted
440-
version: "6.2.1"
440+
version: "6.3.0"
441441
html:
442442
dependency: transitive
443443
description:

web/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@
106106
</head>
107107
<body>
108108
<div id="splash-container" class="center">
109-
<picture id="splash">
110-
<source srcset="splash/img/light-1x.png 1x, splash/img/light-2x.png 2x, splash/img/light-3x.png 3x, splash/img/light-4x.png 4x" media="(prefers-color-scheme: light)">
111-
<source srcset="splash/img/dark-1x.png 1x, splash/img/dark-2x.png 2x, splash/img/dark-3x.png 3x, splash/img/dark-4x.png 4x" media="(prefers-color-scheme: dark)">
112-
<img aria-hidden="true" src="splash/img/light-1x.png" alt="">
113-
</picture>
114109
<div class="loader"></div>
115110
</div>
116111
<script>

0 commit comments

Comments
 (0)