File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,17 @@ dependencies:
26
26
flutter_localizations :
27
27
sdk : flutter
28
28
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
+
29
40
app_settings : ^5.0.0
30
41
collection : ^1.17.2
31
42
convert : ^3.1.1
@@ -41,7 +52,6 @@ dependencies:
41
52
html : ^0.15.1
42
53
http : ^1.0.0
43
54
image_picker : ^1.0.0
44
- intl : ^0.19.0
45
55
json_annotation : ^4.8.1
46
56
package_info_plus : ^8.0.0
47
57
path : ^1.8.3
You can’t perform that action at this time.
0 commit comments