code_uml 1.0.2 copy "code_uml: ^1.0.2" to clipboard
code_uml: ^1.0.2 copied to clipboard

This package help you build UML diagram. You have to copy result from result file and paste in PlantUML

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate code_uml

Use it

The package has the following executables:

$ code_uml

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add code_uml

With Flutter:

 $ flutter pub add code_uml

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

dependencies:
  code_uml: ^1.0.2

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:code_uml/code_uml.dart';
16
likes
150
points
238
downloads

Publisher

unverified uploader

Weekly Downloads

This package help you build UML diagram. You have to copy result from result file and paste in PlantUML

Repository (GitHub)

Topics

#analysis #uml #diagram #generate

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, io, path

More

Packages that depend on code_uml