mermaid 0.9.35 copy "mermaid: ^0.9.35" to clipboard
mermaid: ^0.9.35 copied to clipboard

Platformweb

Dart JS interop for Mermaid - The Javascript tool that makes use of a markdown based syntax to render customizable diagrams, charts and visualizations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mermaid

With Flutter:

 $ flutter pub add mermaid

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

dependencies:
  mermaid: ^0.9.35

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/mermaid.dart';
4
likes
130
pub points
39%
popularity

Publisher

verified publisherhiveright.tech

Dart JS interop for Mermaid - The Javascript tool that makes use of a markdown based syntax to render customizable diagrams, charts and visualizations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

js, markdown

More

Packages that depend on mermaid