Skip to content

Commit 94f9963

Browse files
authored
Unpin package:intl (#169286)
Fixes #158050 Created by running `flutter update-packages --cherry-pick=intl:^0.20.2 --exclude-tools` - we probably don't want to unpin `flutter_tools` dependencies to avoid breaking it. Add comment to `package:intl`s pubspec in dart-lang/i18n#980. ## 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 cfd2047 commit 94f9963

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/flutter_localizations/pubspec.yaml

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

1414
flutter:
1515
sdk: flutter
16-
intl: 0.20.2
16+
intl: ^0.20.2
1717
path: 1.9.1
1818

1919
dev_dependencies:
2020
flutter_test:
2121
sdk: flutter
2222

23-
# PUBSPEC CHECKSUM: c2j4ng
23+
# PUBSPEC CHECKSUM: pmbisj

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies:
120120
http: 1.4.0
121121
http_multi_server: 3.2.2
122122
http_parser: 4.1.2
123-
intl: 0.20.2
123+
intl: ^0.20.2
124124
io: 1.0.5
125125
isolate: 2.1.1
126126
js: 0.7.2
@@ -213,4 +213,4 @@ dependencies:
213213
pedantic: 1.11.1
214214
quiver: 3.2.2
215215
yaml_edit: 2.2.2
216-
# PUBSPEC CHECKSUM: suvu4j
216+
# PUBSPEC CHECKSUM: r0f5ng

0 commit comments

Comments
 (0)