Skip to content

Commit 28a14f3

Browse files
committed
Relax intl version requirement to ">=0.17.0 <0.20.0"
1 parent f950554 commit 28a14f3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: '>=3.2.6 <4.0.0'
21+
sdk: ">=2.12.0 <4.0.0"
2222

2323
dependencies:
2424
flutter:

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ version: 0.3.5
44
homepage: https://github.com/h65wang/flutter-interactive-chart
55

66
environment:
7-
sdk: '>=3.2.6 <4.0.0'
7+
sdk: ">=2.12.0 <4.0.0"
8+
flutter: ">=1.17.0"
89

910
dependencies:
1011
flutter:
1112
sdk: flutter
12-
intl: ^0.19.0
13+
intl: ">=0.17.0 <0.20.0"
1314

1415
dev_dependencies:
1516
flutter_test:

0 commit comments

Comments
 (0)