dartdoc_builder 0.1.0 copy "dartdoc_builder: ^0.1.0" to clipboard
dartdoc_builder: ^0.1.0 copied to clipboard

Provides APIs to generate documentation from Dart source code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartdoc_builder

With Flutter:

 $ flutter pub add dartdoc_builder

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dartdoc_builder: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dartdoc_builder/dartdoc_builder.dart';
0
likes
160
points
115
downloads

Documentation

API reference

Publisher

verified publishernorelease.dev

Weekly Downloads

Provides APIs to generate documentation from Dart source code.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, dartdoc, logging, mustache_template, path

More

Packages that depend on dartdoc_builder