Pub Package Code Repository Github Wiki GitHub Stars GitHub Issues GitHub Pull Requests GitHub License

documentation_builder

Generates markdown documentation files from markdown template files. This can be useful when you write documentation for a Dart or Flutter project and want to reuse/import Dart code or Dart documentation comments.

It can generate the following files:

documentation_builder is not intended to generate API documentation. Use dartdoc instead.

Examples

The DocumentationBuilders own documentation was generated by itself and also serves as show case.

You can view the templates files and the generated output on https://github.com and https://pub.dev:

Getting Started