File tree Expand file tree Collapse file tree 2 files changed +35
-3
lines changed Expand file tree Collapse file tree 2 files changed +35
-3
lines changed Original file line number Diff line number Diff line change @@ -75,14 +75,30 @@ packages:
75
75
description: flutter
76
76
source: sdk
77
77
version: "0.0.0"
78
+ http:
79
+ dependency: transitive
80
+ description:
81
+ name: http
82
+ sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010
83
+ url: "https://pub.dev"
84
+ source: hosted
85
+ version: "1.2.2"
86
+ http_parser:
87
+ dependency: transitive
88
+ description:
89
+ name: http_parser
90
+ sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
91
+ url: "https://pub.dev"
92
+ source: hosted
93
+ version: "4.0.2"
78
94
intl:
79
95
dependency: "direct main"
80
96
description:
81
97
name: intl
82
- sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
98
+ sha256: "99f282cb0e02edcbbf8c6b3bbc7c90b65635156c412e58f3975a7e55284ce685"
83
99
url: "https://pub.dev"
84
100
source: hosted
85
- version: "0.19 .0"
101
+ version: "0.20 .0"
86
102
leak_tracker:
87
103
dependency: transitive
88
104
description:
@@ -200,6 +216,14 @@ packages:
200
216
url: "https://pub.dev"
201
217
source: hosted
202
218
version: "0.7.2"
219
+ typed_data:
220
+ dependency: transitive
221
+ description:
222
+ name: typed_data
223
+ sha256: f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006
224
+ url: "https://pub.dev"
225
+ source: hosted
226
+ version: "1.4.0"
203
227
vector_math:
204
228
dependency: transitive
205
229
description:
@@ -216,5 +240,13 @@ packages:
216
240
url: "https://pub.dev"
217
241
source: hosted
218
242
version: "14.2.5"
243
+ web:
244
+ dependency: transitive
245
+ description:
246
+ name: web
247
+ sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
248
+ url: "https://pub.dev"
249
+ source: hosted
250
+ version: "0.5.1"
219
251
sdks:
220
252
dart: ">=3.0.5 <4.0.0"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies:
35
35
# The following adds the Cupertino Icons font to your application.
36
36
# Use with the CupertinoIcons class for iOS style icons.
37
37
cupertino_icons : ^1.0.8
38
- intl : ^0.19 .0
38
+ intl : ^0.20 .0
39
39
40
40
dev_dependencies :
41
41
flutter_test :
You can’t perform that action at this time.
0 commit comments