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.

0.1.0 #

  • Initial release
  • WYSIWYG Markdown editing with MarkdownLiveController
  • Supported inline formatting: bold, italic, bold+italic, strikethrough, inline code
  • Supported block formatting: headings (H1–H6)
  • Link support: [text](url)
  • MarkdownLiveEditor widget with full TextField configuration
  • MarkdownLiveToolbar with default actions and custom button builder
  • Light and dark themes via MarkdownLiveTheme
  • Syntax reveal on cursor proximity
  • Programmatic formatting API: toggleBold(), toggleItalic(), setHeading(), etc.
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