mermaid_flutter 0.1.1 copy "mermaid_flutter: ^0.1.1" to clipboard
mermaid_flutter: ^0.1.1 copied to clipboard

Native Flutter renderer for mermaid_core: TextPainter text measurement and a CustomPainter that paints the mermaid render scene directly. 28 diagram types.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mermaid_flutter

With Flutter:

 $ flutter pub add mermaid_flutter

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

dependencies:
  mermaid_flutter: ^0.1.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:mermaid_flutter/mermaid_flutter.dart';
2
likes
0
points
426
downloads

Publisher

verified publisherroszkowski.dev

Weekly Downloads

Native Flutter renderer for mermaid_core: TextPainter text measurement and a CustomPainter that paints the mermaid render scene directly. 28 diagram types.

Repository (GitHub)
View/report issues

Topics

#mermaid #diagram #flutter #visualization

License

unknown (license)

Dependencies

flutter, mermaid_core

More

Packages that depend on mermaid_flutter