@@ -2,6 +2,8 @@ name: graphify
22description : " A data visualization charts library, based on Apache Echarts, able to build advanced charts like WebGL 3D, GIS map, etc."
33version : 1.0.4
44homepage : " https://github.com/warioddly/graphify"
5+ publish_to : " https://pub.dev/"
6+ documentation : " https://echarts.apache.org/en/option.html#title"
57
68environment :
79 sdk : ' >=3.2.3 <4.0.0'
@@ -33,35 +35,17 @@ flutter:
3335 # This is required for using `dart:ffi`.
3436 # All these are used by the tooling to maintain consistency when
3537 # adding or updating assets for this project.
36-
37-
38- # To add assets to your plugin package, add an assets section, like this:
39- # assets:
40- # - images/a_dot_burr.jpeg
41- # - images/a_dot_ham.jpeg
42- #
43- # For details regarding assets in packages, see
44- # https://flutter.dev/assets-and-images/#from-packages
45- #
46- # An image asset can refer to one or more resolution-specific "variants", see
47- # https://flutter.dev/assets-and-images/#resolution-aware
48-
49- # To add custom fonts to your plugin package, add a fonts section here,
50- # in this "flutter" section. Each entry in this list should have a
51- # "family" key with the font family name, and a "fonts" key with a
52- # list giving the asset and other descriptors for the font. For
53- # example:
54- # fonts:
55- # - family: Schyler
56- # fonts:
57- # - asset: fonts/Schyler-Regular.ttf
58- # - asset: fonts/Schyler-Italic.ttf
59- # style: italic
60- # - family: Trajan Pro
61- # fonts:
62- # - asset: fonts/TrajanPro.ttf
63- # - asset: fonts/TrajanPro_Bold.ttf
64- # weight: 700
65- #
66- # For details regarding fonts in packages, see
67- # https://flutter.dev/custom-fonts/#from-packages
38+ platforms :
39+ android :
40+ ios :
41+ linux :
42+ macos :
43+ web :
44+ windows :
45+
46+ topics :
47+ - graph
48+ - charts
49+ - echarts
50+ - webgl
51+ - diagram
0 commit comments