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

Markdown import and export support for Docsy, the modular Flutter WYSIWYG editor. Convert documents seamlessly between Docsy and Markdown.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add docsy_markdown

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

dependencies:
  docsy_markdown: ^0.1.1

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:docsy_markdown/docsy_markdown.dart';
1
likes
140
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Markdown import and export support for Docsy, the modular Flutter WYSIWYG editor. Convert documents seamlessly between Docsy and Markdown.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

docsy, flutter, markdown

More

Packages that depend on docsy_markdown