flutter生成UML的方法

准备

  1. 首先,确保你安装了PlantUML这个插件
  1. 安装dcdg.dart
1
dart pub global activate dcdg

使用

1
dart pub global run dcdg -o 要保存的文件路径/文件名.puml

即可

See --help for more options, including ways to filter what ends up in the output.

保存UML为图片

点这里即可:

参考

https://juejin.cn/post/6979795376731586573

https://github.com/glesica/dcdg.dart