Skip to content

Commit 264bef3

Browse files
authored
Upgrade package:intl to 0.20.2 (flutter#162591)
Run `flutter update-packages --cherry-pick-package intl --cherry-pick-version 0.20.2` ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
1 parent df114fb commit 264bef3

File tree

12 files changed

+22
-24
lines changed

12 files changed

+22
-24
lines changed

dev/benchmarks/microbenchmarks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
http: 1.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3434
http_multi_server: 3.2.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3535
http_parser: 4.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
36-
intl: 0.19.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
36+
intl: 0.20.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3737
io: 1.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3838
isolate: 2.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3939
js: 0.7.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -141,4 +141,4 @@ flutter:
141141
- packages/flutter_gallery_assets/people/square/stella.png
142142
- packages/flutter_gallery_assets/people/square/trevor.png
143143

144-
# PUBSPEC CHECKSUM: f3fc
144+
# PUBSPEC CHECKSUM: 2af6

dev/benchmarks/test_apps/stocks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
sdk: flutter
99
flutter_localizations:
1010
sdk: flutter
11-
intl: 0.19.0
11+
intl: 0.20.2
1212
http: 1.3.0
1313
isolate: 2.1.1
1414

@@ -80,4 +80,4 @@ dev_dependencies:
8080
flutter:
8181
uses-material-design: true
8282

83-
# PUBSPEC CHECKSUM: 50a6
83+
# PUBSPEC CHECKSUM: 05a0

dev/bots/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
analyzer: 6.11.0
99
args: 2.6.0
1010
crypto: 3.0.6
11-
intl: 0.19.0
11+
intl: 0.20.2
1212
file: 7.0.1
1313
flutter_devicelab:
1414
path: ../devicelab
@@ -77,4 +77,4 @@ dependencies:
7777
dev_dependencies:
7878
test_api: 0.7.4
7979

80-
# PUBSPEC CHECKSUM: fb9d
80+
# PUBSPEC CHECKSUM: 5997

dev/conductor/core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
archive: 3.6.1
1111
args: 2.6.0
1212
http: 1.3.0
13-
intl: 0.19.0
13+
intl: 0.20.2
1414
meta: 1.16.0
1515
path: 1.9.1
1616
process: 5.0.3
@@ -67,4 +67,4 @@ dev_dependencies:
6767
webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6868
yaml: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6969

70-
# PUBSPEC CHECKSUM: e3a5
70+
# PUBSPEC CHECKSUM: e69f

dev/integration_tests/flutter_gallery/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
flutter:
88
sdk: flutter
99
collection: 1.19.1
10-
intl: 0.19.0
10+
intl: 0.20.2
1111
string_scanner: 1.4.1
1212
url_launcher: 6.3.1
1313
cupertino_icons: 1.0.8
@@ -272,4 +272,4 @@ flutter:
272272
- asset: packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Regular.ttf
273273
- asset: packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Light.ttf
274274

275-
# PUBSPEC CHECKSUM: cd5c
275+
# PUBSPEC CHECKSUM: 1656

dev/integration_tests/new_gallery/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
flutter_localized_locales: 2.0.5
2121
flutter_staggered_grid_view: 0.7.0
2222
google_fonts: 6.2.1
23-
intl: 0.19.0
23+
intl: 0.20.2
2424
meta: 1.16.0
2525
provider: 6.1.2
2626
rally_assets: 3.0.1
@@ -311,4 +311,4 @@ flutter:
311311
fonts:
312312
- asset: packages/flutter_gallery_assets/fonts/GalleryIcons.ttf
313313

314-
# PUBSPEC CHECKSUM: 8191
314+
# PUBSPEC CHECKSUM: a58b

dev/tools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
archive: 3.6.1
99
args: 2.6.0
1010
http: 1.3.0
11-
intl: 0.19.0
11+
intl: 0.20.2
1212
meta: 1.16.0
1313
path: 1.9.1
1414
process: 5.0.3
@@ -66,4 +66,4 @@ dev_dependencies:
6666
web_socket_channel: 3.0.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6767
webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6868

69-
# PUBSPEC CHECKSUM: e09b
69+
# PUBSPEC CHECKSUM: 9b95

examples/api/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev_dependencies:
5151
glob: 2.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
5252
http_multi_server: 3.2.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
5353
http_parser: 4.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
54-
intl: 0.19.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
54+
intl: 0.20.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
5555
io: 1.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
5656
js: 0.7.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
5757
leak_tracker: 10.0.9 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -94,4 +94,4 @@ dev_dependencies:
9494
flutter:
9595
uses-material-design: true
9696

97-
# PUBSPEC CHECKSUM: 9810
97+
# PUBSPEC CHECKSUM: 980a

packages/flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dev_dependencies:
3939
clock: 1.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4040
crypto: 3.0.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4141
file: 7.0.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
42-
intl: 0.19.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
42+
intl: 0.20.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4343
matcher: 0.12.17 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4444
path: 1.9.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4545
platform: 3.1.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -55,4 +55,4 @@ dev_dependencies:
5555
vm_service: 15.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
5656
webdriver: 3.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
5757

58-
# PUBSPEC CHECKSUM: bb88
58+
# PUBSPEC CHECKSUM: 4982

packages/flutter_localizations/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111

1212
flutter:
1313
sdk: flutter
14-
intl: 0.19.0
14+
intl: 0.20.2
1515

1616
characters: 1.4.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
1717
clock: 1.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -40,4 +40,4 @@ dev_dependencies:
4040
test_api: 0.7.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4141
vm_service: 15.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4242

43-
# PUBSPEC CHECKSUM: 585c
43+
# PUBSPEC CHECKSUM: 0a56

0 commit comments

Comments
 (0)