We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa71b05 commit a7d1b0bCopy full SHA for a7d1b0b
pubspec.yaml
@@ -17,7 +17,9 @@ environment:
17
dependencies:
18
flutter:
19
sdk: flutter
20
- intl: ">=0.19.0 <0.21.0"
+ # This version would be max, the same version used on flutter_localizations
21
+ # https://github.com/flutter/flutter/blob/17025dd88227cd9532c33fa78f5250d548d87e9a/packages/flutter_localizations/pubspec.yaml#L14
22
+ intl: ">=0.19.0 <0.20.0"
23
24
dev_dependencies:
25
flutter_lints: ^4.0.0
0 commit comments