File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
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: "direct main"
291
+ description:
292
+ name: flutter_launcher_icons
293
+ sha256: bfa04787c85d80ecb3f8777bde5fc10c3de809240c48fa061a2c2bf15ea5211c
294
+ url: "https://pub.dev"
295
+ source: hosted
296
+ version: "0.14.3"
273
297
flutter_localizations:
274
298
dependency: "direct main"
275
299
description: flutter
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ dependencies:
15
15
sdk : flutter
16
16
flutter_adaptive_scaffold : ^0.3.2
17
17
flutter_bloc : ^9.1.0
18
+ flutter_launcher_icons : ^0.14.3
18
19
flutter_localizations :
19
20
sdk : flutter
20
21
flutter_native_splash : ^2.4.5
You can’t perform that action at this time.
0 commit comments