Skip to content

Commit 316cc1a

Browse files
gnpricechrisbobbe
authored andcommitted
deps: Unpin intl, to follow Flutter's pinning
See comment for rationale. In particular this is required for adding our tests to Flutter's "customer tests", #239: flutter/tests@a047b7a
1 parent f1195d7 commit 316cc1a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pubspec.yaml

+11-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ dependencies:
2626
flutter_localizations:
2727
sdk: flutter
2828

29+
# For some packages that are pinned by the Flutter SDK, we write no
30+
# constraint, to avoid unnecessarily breaking when Flutter takes a
31+
# new version. (This risks getting a new version that really is
32+
# incompatible; but that's true of Flutter itself on each upgrade.)
33+
# We only do this for packages with a history of major-version bumps
34+
# that caused more churn than real incompatibilities.
35+
intl: any # pinned by flutter_localizations; churn history:
36+
# https://github.com/dart-lang/i18n/issues/458#issuecomment-1513231235
37+
# https://github.com/dart-lang/i18n/issues/759#issuecomment-1864316701
38+
# https://github.com/flutter/flutter/issues/117163
39+
2940
app_settings: ^5.0.0
3041
collection: ^1.17.2
3142
convert: ^3.1.1
@@ -41,7 +52,6 @@ dependencies:
4152
html: ^0.15.1
4253
http: ^1.0.0
4354
image_picker: ^1.0.0
44-
intl: ^0.19.0
4555
json_annotation: ^4.8.1
4656
package_info_plus: ^8.0.0
4757
path: ^1.8.3

0 commit comments

Comments
 (0)