puml_canvas 0.7.7 copy "puml_canvas: ^0.7.7" to clipboard
puml_canvas: ^0.7.7 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 Dart:

 $ dart pub add puml_canvas

With Flutter:

 $ flutter pub add puml_canvas

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

dependencies:
  puml_canvas: ^0.7.7

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:puml_canvas/puml_canvas.dart';
0
likes
0
points
572
downloads

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

unknown (license)

Dependencies

flutter

More

Packages that depend on puml_canvas