Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abitofevrything/type_graph
Build graphs of your type hierarchies in your Dart/Flutter apps.
https://github.com/abitofevrything/type_graph
dart graph types
Last synced: 24 days ago
JSON representation
Build graphs of your type hierarchies in your Dart/Flutter apps.
- Host: GitHub
- URL: https://github.com/abitofevrything/type_graph
- Owner: abitofevrything
- License: mit
- Created: 2022-10-31T20:09:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T21:44:13.000Z (about 2 years ago)
- Last Synced: 2023-08-09T13:54:45.842Z (over 1 year ago)
- Topics: dart, graph, types
- Language: Dart
- Homepage: https://pub.dev/packages/type_graph
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Analyzes the source code of Dart applications to find the type hierarchy, then outputs that hierarchy as a graph. Supports [Graphviz](https://graphviz.org/) as a default output format but can be used with any graph library.
## Usage
Run `dart pub global activate type_graph` to install the package, then `build_type_graph -h` to see how to use the command.