Skip to content

Commit

Permalink
Relax intl version requirement to ">=0.17.0 <0.20.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
h65wang committed Mar 17, 2024
1 parent f950554 commit 28a14f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=3.2.6 <4.0.0'
sdk: ">=2.12.0 <4.0.0"

dependencies:
flutter:
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ version: 0.3.5
homepage: https://github.com/h65wang/flutter-interactive-chart

environment:
sdk: '>=3.2.6 <4.0.0'
sdk: ">=2.12.0 <4.0.0"
flutter: ">=1.17.0"

dependencies:
flutter:
sdk: flutter
intl: ^0.19.0
intl: ">=0.17.0 <0.20.0"

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 28a14f3

Please sign in to comment.