flutter_live_markdown 0.2.2-dev.1
flutter_live_markdown: ^0.2.2-dev.1 copied to clipboard
A Live Markdown editor built on top of super_editor.
Changelog #
0.2.2-dev.1 - 2026-08-22 #
- Do not call onChange() hook on replaceContent()
- Nullify selection on focus loss
- Return empty MarkdownBlock when content is empty instead of an empty array
0.2.1-dev.1 - 2026-08-22 #
- Add hasSelection getter to API
0.2.0-dev.1 - 2026-08-22 #
- Add setReadOnly + readOnly getter param to API
- Add requestFocus method to API
- Remove unused setShowKeyboard method
0.1.0-dev.2 - 2026-08-22 #
Fixed #
- When using getContentBetween extracted text was outdated.
- Use GlobalKey on Editor to avoid desync
0.1.0-dev.1 - 2026-08-21 #
- Initial release. Live Markdown editor with raw/formatted block toggling.