Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doch2/network_graph

A Flutter Plugin that displays the Flutter application to display Network Graph
https://github.com/doch2/network_graph

dart flutter flutter-plugin graph network

Last synced: 1 day ago
JSON representation

A Flutter Plugin that displays the Flutter application to display Network Graph

Awesome Lists containing this project

README

        

# network_graph
[![pub package](https://img.shields.io/pub/v/network_graph.svg)](https://pub.dev/packages/network_graph)

A Flutter Plugin that displays the Flutter application to display Network Graph.

network_graph Plugin Description Video

## Getting Started

### Dependency

First, write the code below in the `pubspec.yaml` file to add this plugin to the project.
```yaml
dependencies:
network_graph: ^0.1.1
```

This plugin uses the packages listed below. Please refer to it when you proceed with the development.
1. [arrow_path](https://pub.dev/packages/arrow_path) (2.0.0)

### Development Guide

Please refer to the source code of the [sample application](https://github.com/doch2/network_graph/tree/main/example) in this plugin.

## Author

[@doch13_](https://github.com/doch2)