md_editor 0.1.3
md_editor: ^0.1.3 copied to clipboard
md_editor is a Flutter widget that provides an integrated Markdown editing experience. It features a built-in toolbar for formatting markdown content seamlessly.
Changelog #
0.1.3 #
Fixed #
- The
onTextChanged
callback is now of typevoid Function(String)
, no longer returning a String. - Added
example.gif
in readme.
0.1.2 #
0.1.0 #
Added #
- Integrated the
flutter_markdown
library for rendering markdown content. - Implemented a
TextField
for live markdown editing. - Created a toolbar with primary formatting options: Bold, Italic, and Header.
Notes #
- Initial release with core functionality for markdown editing and preview.
- Basic UI components for editing and formatting markdown.
0.0.1 #
- Initial release.