File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,6 +244,11 @@ packages:
244244 url: "https://pub.flutter-io.cn"
245245 source: hosted
246246 version: "0.11.1"
247+ flutter_localizations:
248+ dependency: "direct main"
249+ description: flutter
250+ source: sdk
251+ version: "0.0.0"
247252 flutter_spinkit:
248253 dependency: "direct main"
249254 description:
@@ -324,6 +329,13 @@ packages:
324329 url: "https://pub.flutter-io.cn"
325330 source: hosted
326331 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"
327339 io:
328340 dependency: transitive
329341 description:
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ environment:
1919dependencies :
2020 flutter :
2121 sdk : flutter
22+ flutter_localizations :
23+ sdk : flutter
2224
2325 # The following adds the Cupertino Icons font to your application.
2426 # Use with the CupertinoIcons class for iOS style icons.
You can’t perform that action at this time.
0 commit comments