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
copied to clipboard

With Flutter:

 $ flutter pub add mermaid
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
7
likes
140
points
844
downloads

Publisher

verified publisherhiveright.tech

Weekly Downloads

2024.08.17 - 2025.03.01

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)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

js, markdown

More

Packages that depend on mermaid