File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,11 @@ packages:
244
244
url: "https://pub.flutter-io.cn"
245
245
source: hosted
246
246
version: "0.11.1"
247
+ flutter_localizations:
248
+ dependency: "direct main"
249
+ description: flutter
250
+ source: sdk
251
+ version: "0.0.0"
247
252
flutter_spinkit:
248
253
dependency: "direct main"
249
254
description:
@@ -324,6 +329,13 @@ packages:
324
329
url: "https://pub.flutter-io.cn"
325
330
source: hosted
326
331
version: "2.1.4"
332
+ intl:
333
+ dependency: transitive
334
+ description:
335
+ name: intl
336
+ url: "https://pub.flutter-io.cn"
337
+ source: hosted
338
+ version: "0.16.0"
327
339
io:
328
340
dependency: transitive
329
341
description:
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ environment:
19
19
dependencies :
20
20
flutter :
21
21
sdk : flutter
22
+ flutter_localizations :
23
+ sdk : flutter
22
24
23
25
# The following adds the Cupertino Icons font to your application.
24
26
# Use with the CupertinoIcons class for iOS style icons.
You can’t perform that action at this time.
0 commit comments