Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doch2/network_graph
- Owner: doch2
- License: mit
- Created: 2022-10-30T13:22:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T12:32:46.000Z (about 2 years ago)
- Last Synced: 2024-05-01T16:39:29.376Z (7 months ago)
- Topics: dart, flutter, flutter-plugin, graph, network
- Language: Dart
- Homepage: https://pub.dev/packages/network_graph
- Size: 2.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.
## 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)