graph_plus_exporter 1.0.0-alpha
graph_plus_exporter: ^1.0.0-alpha copied to clipboard
Provides a set of export capabilities primiarly used by the graph_plus package
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add graph_plus_exporter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
graph_plus_exporter: ^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/graph_plus_exporter_method_channel.dart';
import 'package:graph_plus_exporter/graph_view_exporter.dart';
import 'package:graph_plus_exporter/graph_view_exporter_platform_interface.dart';