graph_plus_exporter_web 1.0.0-alpha
graph_plus_exporter_web: ^1.0.0-alpha copied to clipboard
A graph_plus_exporter plugin for the 'web' platform This package provides a web implementation for the graph_plus_exporter package
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add graph_plus_exporter_web
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
graph_plus_exporter_web: ^1.0.0-alpha
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:graph_plus_exporter_web/graph_view_exporter_web.dart';
import 'package:graph_plus_exporter_web/js/js_types.dart';
import 'package:graph_plus_exporter_web/web_clipboard/web_clipboard.dart';