Member-only story
Easy UML Generation
3 min readAug 20, 2021
Here is a real easy way to generate UML diagrams for your Flutter app code.
UML SetUp
We can use the DCDG plugin, which embeds the plantUML plugin to generate the UML diagrams:
It’s a dart binary, and thus we install it from the terminal:
pub global activate dcdg
The other part is setting up three folders(out, src, and style) in docs and storing that in a reports project subfolder as that setup integrates with the IDE plugins that convert the plantUMl file to a graphics file. The two style files will be these: