Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有工具可以在项目中生成 Dart 类的图表?
不一定是严格的UML图,我只是想直观地表示现有模块的层次结构,看看它们是如何互连的。
我发现dcdg包正是我想要的。
它生成PlantUML文件,可以使用 PLantUML 的演示 Web 服务器或使用其他第三方工具将其转换为 PNG 或 SVG 图像。