File tree Expand file tree Collapse file tree 2 files changed +37
-5
lines changed Expand file tree Collapse file tree 2 files changed +37
-5
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,14 @@ packages:
89
89
url: "https://pub.dev"
90
90
source: hosted
91
91
version: "1.4.0"
92
+ checked_yaml:
93
+ dependency: transitive
94
+ description:
95
+ name: checked_yaml
96
+ sha256: "959525d3162f249993882720d52b7e0c833978df229be20702b33d48d91de70f"
97
+ url: "https://pub.dev"
98
+ source: hosted
99
+ version: "2.0.4"
92
100
cli_config:
93
101
dependency: transitive
94
102
description:
@@ -97,6 +105,14 @@ packages:
97
105
url: "https://pub.dev"
98
106
source: hosted
99
107
version: "0.2.0"
108
+ cli_util:
109
+ dependency: transitive
110
+ description:
111
+ name: cli_util
112
+ sha256: ff6785f7e9e3c38ac98b2fb035701789de90154024a75b6cb926445e83197d1c
113
+ url: "https://pub.dev"
114
+ source: hosted
115
+ version: "0.4.2"
100
116
clock:
101
117
dependency: transitive
102
118
description:
@@ -270,6 +286,14 @@ packages:
270
286
url: "https://pub.dev"
271
287
source: hosted
272
288
version: "9.1.1"
289
+ flutter_launcher_icons:
290
+ dependency: transitive
291
+ description:
292
+ name: flutter_launcher_icons
293
+ sha256: "10f13781741a2e3972126fae08393d3c4e01fa4cd7473326b94b72cf594195e7"
294
+ url: "https://pub.dev"
295
+ source: hosted
296
+ version: "0.14.4"
273
297
flutter_localizations:
274
298
dependency: "direct main"
275
299
description: flutter
@@ -321,10 +345,10 @@ packages:
321
345
dependency: "direct main"
322
346
description:
323
347
name: go_router
324
- sha256: b453934c36e289cef06525734d1e676c1f91da9e22e2017d9dcab6ce0f999175
348
+ sha256: f222e12c5360b0c90aae5d33e6b351a6789d4aa1c97b32691b4a30946fc91813
325
349
url: "https://pub.dev"
326
350
source: hosted
327
- version: "15.1.3 "
351
+ version: "15.2.0 "
328
352
google_fonts:
329
353
dependency: "direct main"
330
354
description:
@@ -501,10 +525,18 @@ packages:
501
525
dependency: transitive
502
526
description:
503
527
name: js
504
- sha256: "53385261521cc4a0c4658fd0ad07a7d14591cf8fc33abbceae306ddb974888dc"
528
+ sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
529
+ url: "https://pub.dev"
530
+ source: hosted
531
+ version: "0.6.7"
532
+ js_interop:
533
+ dependency: transitive
534
+ description:
535
+ name: js_interop
536
+ sha256: "7ec859c296958ccea34dc770504bd3ff4ae52fdd9e7eeb2bacc7081ad476a1f5"
505
537
url: "https://pub.dev"
506
538
source: hosted
507
- version: "0.7.2 "
539
+ version: "0.0.1 "
508
540
json_annotation:
509
541
dependency: transitive
510
542
description:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
19
19
flutter_localizations :
20
20
sdk : flutter
21
21
flutter_native_splash : ^2.4.5
22
- go_router : ^15.0 .0
22
+ go_router : ^15.2 .0
23
23
google_fonts : ^6.2.1
24
24
ht_auth_api :
25
25
git :
You can’t perform that action at this time.
0 commit comments