Is there a way to create a sequence diagram or class diagram for dart code? Or any other useful way to visualize the structure (or a vague programmflow) of a dart application.
edit: here is the feature request. If you think that it is a good idea, star it. http://code.google.com/p/dart/issues/detail?id=6558&q=sequence%20diagram&colspec=ID%20Type%20Status%20Priority%20Area%20Milestone%20Owner%20Summary
I don’t think there’s anything for Dart that will feed your code to Graphviz, but there are two tools in Dart Editor that I find helpful: Tools/Outline and Tools/Callers.
Doing something that would generate a pretty diagram with Graphviz sounds like it would be a great contribution to Dart! If it’s been done in the Eclipse world before, then it’s probably possible to hack Dart Editor to do it. Alternatively, you can file a bug on dartbug.com requesting the feature.