puml_canvas 0.13.0 copy "puml_canvas: ^0.13.0" to clipboard
puml_canvas: ^0.13.0 copied to clipboard

A native PlantUML-compatible diagram renderer for Flutter. Parses PUML in Dart and paints directly onto a Canvas — no server, no WebView.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add puml_canvas

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

dependencies:
  puml_canvas: ^0.13.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:puml_canvas/puml_canvas.dart';
0
likes
150
points
572
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A native PlantUML-compatible diagram renderer for Flutter. Parses PUML in Dart and paints directly onto a Canvas — no server, no WebView.

Repository (GitHub)
View/report issues

Topics

#plantuml #uml #diagram #rendering #canvas

License

MIT (license)

Dependencies

flutter

More

Packages that depend on puml_canvas