From 28a14f300a469b410cdd2cd5e978da1c8f78d570 Mon Sep 17 00:00:00 2001 From: h65wang Date: Sun, 17 Mar 2024 06:53:41 -0700 Subject: [PATCH] Relax intl version requirement to ">=0.17.0 <0.20.0" --- example/pubspec.yaml | 2 +- pubspec.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b536a5e..72f0c13 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index fae33eb..6860d6f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: