markdown_live 0.1.0 copy "markdown_live: ^0.1.0" to clipboard
markdown_live: ^0.1.0 copied to clipboard

A WYSIWYG Markdown editor widget for Flutter. Type Markdown and see live-rendered bold, italic, headings, and more — without ever seeing raw syntax markers. Includes a customizable controller and toolbar.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add markdown_live

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

dependencies:
  markdown_live: ^0.1.0

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:markdown_live/markdown_live.dart';
3
likes
140
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A WYSIWYG Markdown editor widget for Flutter. Type Markdown and see live-rendered bold, italic, headings, and more — without ever seeing raw syntax markers. Includes a customizable controller and toolbar.

Repository (GitHub)
View/report issues

Topics

#markdown #editor #wysiwyg #rich-text #widget

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on markdown_live