文件名称:Android代码-优雅的图表控件
文件大小:165KB
文件格式:ZIP
更新时间:2022-08-25 23:09:37
Android代码
fcharts A work-in-progress chart library for Flutter. Until version 1.0.0 the API is subject to change drastically. Needless to say, fcharts is not production ready. The goal of this project is to allow for creating beautiful, responsive charts using a simple and intuitive API. Inspired by Mikkel Ravn's tutorial on Flutter widgets and animations. If you have used Recharts (ReactJS library) you will find the high level API to be somewhat familiar. Demo Example Usage class SimpleLineChart
【文件预览】:
fcharts-master
----.gitignore(115B)
----pubspec.yaml(477B)
----README.md(2KB)
----CHANGELOG.md(720B)
----test()
--------utils()
--------fcharts_test.dart(126B)
----analysis_options.yaml(462B)
----LICENSE(1KB)
----CONTRIBUTING.md(4KB)
----example()
--------ios()
--------.gitignore(140B)
--------pubspec.yaml(260B)
--------README.md(98B)
--------android()
--------.metadata(283B)
--------lib()
----.travis.yml(492B)
----lib()
--------src()
--------fcharts.dart(851B)