dart_source_graph 0.1.0 copy "dart_source_graph: ^0.1.0" to clipboard
dart_source_graph: ^0.1.0 copied to clipboard

Generates a semantic dependency graph of Dart/Flutter source code. Identifies Widgets, Notifiers, Blocs and Controllers with confidence-rated edges. Designed for AI-assisted codebase analysis and arch [...]

0.1.0 #

Initial release.

  • SourceGraphAnalyzer — builds a semantic code graph from Dart/Flutter source (AST + optional type resolution)
  • CodeGraphBuilder, CodeGraphResolver, addWiringEdges, CodeGraphQuery — granular control API
  • SourceGraphConfig — optional config: layers, role overrides, wiring rules, excludes
  • CLI build — generates graph.json with --html flag for interactive HTML viewer
  • CLI view — regenerates graph.html from an existing graph.json
  • CLI queryimpact, neighbors, god-nodes subcommands
  • CLI report — generates GRAPH_REPORT.md with god nodes, clusters, cycles, knowledge gaps, and state flow
  • lib/viewer.dart — public API for embedding the HTML viewer in other tools
0
likes
0
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

Generates a semantic dependency graph of Dart/Flutter source code. Identifies Widgets, Notifiers, Blocs and Controllers with confidence-rated edges. Designed for AI-assisted codebase analysis and architecture audits.

Repository (GitHub)
View/report issues

Topics

#dart #static-analysis #ast #graph #code-analysis

License

unknown (license)

Dependencies

analyzer, args, crypto, path, yaml

More

Packages that depend on dart_source_graph