- Adds hint text param in MarkdownAutoPreview widget to show hint text when content is not available, PR#2
- upgrade dependencies
- Adds support for Flutter 3.22
- Added shortcut Ctrl+B: Bold text
- Added shortcut Ctrl+I: Italic text
- Added clear and reset buttons in toolbar
- Added readOnly option in Split Markdown Field
- Minor fixes
- Breaking: MarkdownFormField is now MarkdownAutoPreview
- Added SplittedMarkdown FormField
- Example updated
- Added tootips in markdown toolbar
- Switch between markdown and textfield using focusNode reimplemented
- Dependency upgrade
- Using MarkdownBody instead of MarkdownParseBody in MarkdownFormField
- Temparory fix for buttons not working in web
- Shift to Parsed Markdown Body and Text Field will not work
- added non-scrolling markdown parser
- improved logic for min, max lines in markdownfield
- removed validator
- added min, max lines and expands parameters
- Added validator and decoration parameters
- refactor package to
markdown_editor_plus
- Updated meta, optional update
- Added background color for expandable toolbar titles too
- Fixed incorrect Implementation for toolbar widget
- Refactor the package name to
simple_markdown_editor_plus
- Updated the badges, just meta data update, can be ignored.
- Allow custom toolbar to be passed as named paramter.
- Add features auto preview WYSIWYG if the editor unfocused #4.
- Bug fixed on issue #2.
- Compatibility.
- change style of bullet list and checkbox color
- update dependency flutter_markdown
- bug fix
- remove deprecated (ZMarkdownEditor, ZMarkdownParse, ZMarkdownToolbar)
- add checkbox list toolbar
- deprecated (ZMarkdownEditor, ZMarkdownParse, ZMarkdownToolbar)
- add toolbar item single line selection
- toolbar heading add (H1, H2, H3)
- bug fixing
- major update
- add multiple line formatting and unformatting at once action
- additional functions on the image and link toolbars if you have selected text. toolbar will not show modal input but will directly format text
- add toolbar unorder list
- refactor some repetitive code
- fix emoji auto convert issue
- bug fixing on 0.1.2 emojiConvert
- add search fitur on emoji
- added auto close property after selecting emoji
- change toolbar position on bottom
- support emoji convert in live editor
- null safety
- TODO: Describe initial release.