echarts_flutter_plus 0.0.2 copy "echarts_flutter_plus: ^0.0.2" to clipboard
echarts_flutter_plus: ^0.0.2 copied to clipboard

Flutter plugin for rendering Apache ECharts charts on web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add echarts_flutter_plus

With Flutter:

 $ flutter pub add echarts_flutter_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  echarts_flutter_plus: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:echarts_flutter_plus/echarts_flutter_plus.dart';
1
likes
0
points
100
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for rendering Apache ECharts charts on web.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on echarts_flutter_plus

Packages that implement echarts_flutter_plus