advanced_graphview 1.0.3 copy "advanced_graphview: ^1.0.3" to clipboard
advanced_graphview: ^1.0.3 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_graphview

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

dependencies:
  advanced_graphview: ^1.0.3

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:advanced_graphview/advanced_graphview/advanced_graphview_controller.dart';
import 'package:advanced_graphview/advanced_graphview/advanced_graphview_flame.dart';
import 'package:advanced_graphview/focus_point.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/line_drawer.dart';
import 'package:advanced_graphview/node_module/node_module.dart';
import 'package:advanced_graphview/node_module/node_module_item.dart';
import 'package:advanced_graphview/widgets/game_screen_widget.dart';
import 'package:advanced_graphview/widgets/node_module_image_renderer_widget.dart';
import 'package:advanced_graphview/world_map.dart';
16
likes
160
points
135
downloads

Publisher

verified publisherluckyapp.in

Weekly Downloads

Advanced Graphview enables users to create Tree, Graph, Topology UI with simple setup. This package can be used to display different flows.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flame, flutter

More

Packages that depend on advanced_graphview