ductus 0.2.0 copy "ductus: ^0.2.0" to clipboard
ductus: ^0.2.0 copied to clipboard

Journey annotations and adapter CLI for Ductus — derive end-user documentation from your app's user journey, versioned with your code.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ductus

Use it

The package has the following executables:

$ adapter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ductus

With Flutter:

 $ flutter pub add ductus

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

dependencies:
  ductus: ^0.2.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:ductus/ductus.dart';
1
likes
150
points
0
downloads

Documentation

API reference

Publisher

verified publisherkahle.dev

Weekly Downloads

Journey annotations and adapter CLI for Ductus — derive end-user documentation from your app's user journey, versioned with your code.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, args, build, glob, path, source_gen

More

Packages that depend on ductus