markdown_live 0.1.0
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) MarkdownLiveEditorwidget with fullTextFieldconfigurationMarkdownLiveToolbarwith default actions and custom button builder- Light and dark themes via
MarkdownLiveTheme - Syntax reveal on cursor proximity
- Programmatic formatting API:
toggleBold(),toggleItalic(),setHeading(), etc.