gotid / flutter_echart

a echart plugin for flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_echart

A new Flutter plugin.

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

1.如何引用

在项目的pubspec.yaml文件中 声明如下 flutter_echart: git: url: git://github.com/furuiCQ/flutter_echart.git

2.复制example项目中的asset目录到自己的项目根目录中。

并在pubspec.yaml文件中 声明如下: assets: - assets/echart.html

3.基本使用在example项目的main.dart已经写明。如有问题提Inssues

O(∩_∩)O

4.PS:当前echart版本4.0.1

5.运行效果如图:

Image text

About

a echart plugin for flutter

License:Other


Languages

Language:Objective-C 36.8%Language:Dart 28.2%Language:Java 26.5%Language:HTML 5.8%Language:Ruby 2.7%