Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.