dartdoc_builder 0.1.0
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_builderWith Flutter:
$ flutter pub add dartdoc_builderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dartdoc_builder: ^0.1.0Alternatively, 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';