advanced_graphview 0.0.7
advanced_graphview: ^0.0.7 copied to clipboard
Advanced Graphview enables users to create Tree, Graph, Topology UI with simple setup. This package can be used to display different flows.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add advanced_graphviewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
advanced_graphview: ^0.0.7Alternatively, 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:advanced_graphview/advanced_graphview_controller.dart';
import 'package:advanced_graphview/advanced_graphview_flame.dart';
import 'package:advanced_graphview/focus_point.dart';
import 'package:advanced_graphview/game_screen.dart';
import 'package:advanced_graphview/graph_data_structure.dart';
import 'package:advanced_graphview/graph_node.dart';
import 'package:advanced_graphview/image_loader.dart';
import 'package:advanced_graphview/node_module.dart';
import 'package:advanced_graphview/world_map.dart';