Since dart will be used to create "structured" web applications, an editor tool to create sequence diagrams and class diagrams is needed. There should be a way to visualize the structure and sequence of called operations of a dart application. A really awesome sequence diagram would be, if you could specify a starting point and an end point in your code. Between those two points, every executed operation (e.g. called method, callbacks and asynchrounous stuff) should be tracked and displayed. Every user input should have effect on the seq. diagram. It would be so much easier to work in teams and communicate other developers your code/application.
--
Consider asking HOWTO questions at Stack Overflow: http://stackoverflow.com/tags/dart
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to a topic in the Google Groups "Dart Misc" group.
To unsubscribe from this topic, visit https://groups.google.com/a/dartlang.org/d/topic/misc/VFrvYr-CB2I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to misc+uns...@dartlang.org.
I'm specifically looking for something to generate the diagram from source, not for manual creation. Mermaid looks handy; similar to seqdiag - simple sequence-diagram image generator — blockdiag 1.0 documentation and PlantUML, both of which I've used for manual creation.
On Mon, Feb 19, 2018 at 2:44 PM, David Liedle <david...@gmail.com> wrote:
PlantUML may be what you're looking for in the IntelliJ/IDE world (among others): http://plantuml.com/downloadI had issues running it myself at a meetup recently, but I've seen it done.I'm more interested in https://mermaidjs.github.io/, personally. Depending on my IDE to do generation makes me very sad. Wiring it up as part of a build system feels right.This doesn't mean it will "read" the source Dart code, but it's the second half of the puzzle: generate and *save* diagrams. :)Cheers,David
On Friday, February 16, 2018 at 6:48:53 PM UTC-5, Pat Kujawa wrote:Does anyone have any updates to share on this topic? The Eclipse plugin is no longer supported. I'm an IntelliJ (Pycharm, Webstorm, IDEA, Goland, etc) user, but I'm not aware of a way to generate and *save* diagrams from there.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to a topic in the Google Groups "Dart Misc" group.
To unsubscribe from this topic, visit https://groups.google.com/a/dartlang.org/d/topic/misc/VFrvYr-CB2I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mi...@dartlang.org.