glesica / dcdg.dart

Dart Class Diagram Generator
https://pub.dartlang.org/packages/dcdg
Apache License 2.0
157 stars 31 forks source link

Avoid duplicates on parts #51

Closed glesica closed 2 years ago

glesica commented 2 years ago

This fixes #50. The problem was just that classes are scanned file-by-file but when the analyzer parses a parts file it actually results in the whole parts structure being returned.

I also updated some tooling stuff that was outdated.