-
Notifications
You must be signed in to change notification settings - Fork 24
/
pubspec.yaml
44 lines (36 loc) · 896 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: high_chart
description: "A chart library based on High Charts (.JS), able to build advanced charts like Pie chart, linear chart, etc."
version: 2.3.1
homepage: https://github.com/senthilnasa/high_chart
environment:
sdk: ^3.5.4
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
web: ^1.1.0
plugin_platform_interface: ^2.0.2
webview_flutter: ^4.10.0
url_launcher: ^6.3.1
js: ^0.7.1
webview_windows: ^0.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
package: me.senthilnasa.high_chart
pluginClass: HighChartPlugin
ios:
pluginClass: HighChartPlugin
linux:
pluginClass: HighChartPlugin
macos:
pluginClass: HighChartPlugin
windows:
pluginClass: HighChartPluginCApi