daco 0.5.1 copy "daco: ^0.5.1" to clipboard
daco: ^0.5.1 copied to clipboard

A tool for maintaining Dart comments. Supports formatting of comments, including embedded Dart code.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate daco

Use it

The package has the following executables:

$ daco

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add daco

With Flutter:

 $ flutter pub add daco

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

dependencies:
  daco: ^0.5.1

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:daco/daco.dart';
8
likes
160
points
896
downloads

Documentation

API reference

Publisher

verified publishergabriel.terwesten.net

Weekly Downloads

A tool for maintaining Dart comments. Supports formatting of comments, including embedded Dart code.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer, ansi_styles, args, cli_launcher, cli_util, collection, dart_style, http, path, pubspec_parse, solvent

More

Packages that depend on daco