glesica / dcdg.dart

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

Fix is-a include bug #48

Closed glesica closed 3 years ago

glesica commented 3 years ago

I noticed at least one bug in the include / exclude code. This should resolve it.

This also speeds up the tests pretty substantially by only running pub get if the pubspec has actually changed.