dartdoc_txt 0.1.3 copy "dartdoc_txt: ^0.1.3" to clipboard
dartdoc_txt: ^0.1.3 copied to clipboard

discontinuedreplaced by: dartdoc_builder

An LLM-friendly documentation generator for Dart source code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartdoc_txt

With Flutter:

 $ flutter pub add dartdoc_txt

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

dependencies:
  dartdoc_txt: ^0.1.3

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_txt/dartdoc_txt.dart';
0
likes
150
points
32
downloads

Documentation

API reference

Publisher

verified publishernorelease.dev

Weekly Downloads

An LLM-friendly documentation generator for Dart source code.

License

MIT (license)

Dependencies

args, dartdoc, logging, mustache_template, path

More

Packages that depend on dartdoc_txt