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 f950554 commit 28a14f3Copy full SHA for 28a14f3
example/pubspec.yaml
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
18
version: 1.0.0+1
19
20
environment:
21
- sdk: '>=3.2.6 <4.0.0'
+ sdk: ">=2.12.0 <4.0.0"
22
23
dependencies:
24
flutter:
pubspec.yaml
@@ -4,12 +4,13 @@ version: 0.3.5
4
homepage: https://github.com/h65wang/flutter-interactive-chart
5
6
7
8
+ flutter: ">=1.17.0"
9
10
11
12
sdk: flutter
- intl: ^0.19.0
13
+ intl: ">=0.17.0 <0.20.0"
14
15
dev_dependencies:
16
flutter_test:
0 commit comments