markdown_editor_plus 0.2.9+1 markdown_editor_plus: ^0.2.9+1 copied to clipboard
A TextField Widget that allow you to convert easily what's in the TextField to Markdown with custom toolbar support.
0.2.9+1 #
- Temparory fix for buttons not working in web
- Shift to Parsed Markdown Body and Text Field will not work
0.2.9 #
- added non-scrolling markdown parser
- improved logic for min, max lines in markdownfield
0.2.8+1 #
- removed validator
- added min, max lines and expands parameters
0.2.8 #
- Added validator and decoration parameters
0.2.7 #
- refactor package to
markdown_editor_plus
0.2.6 #
- Updated meta, optional update
0.2.5 #
- Added background color for expandable toolbar titles too
0.2.4 #
- Fixed incorrect Implementation for toolbar widget
0.2.3 #
- Refactor the package name to
simple_markdown_editor_plus
0.2.2 #
- Updated the badges, just meta data update, can be ignored.
0.2.1 #
- Allow custom toolbar to be passed as named paramter.
0.1.7 #
- Compatibility.
0.1.6+1 #
- change style of bullet list and checkbox color
0.1.6 #
- update dependency flutter_markdown
0.1.5+1 #
- bug fix
- remove deprecated (ZMarkdownEditor, ZMarkdownParse, ZMarkdownToolbar)
0.1.5 #
- add checkbox list toolbar
- deprecated (ZMarkdownEditor, ZMarkdownParse, ZMarkdownToolbar)
- add toolbar item single line selection
- toolbar heading add (H1, H2, H3)
0.1.4+2 #
- bug fixing
0.1.4+1 #
- major update
0.1.4 #
- 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
0.1.3 #
- bug fixing on 0.1.2 emojiConvert
- add search fitur on emoji
- added auto close property after selecting emoji
0.1.2 #
- change toolbar position on bottom
0.1.1 #
- support emoji convert in live editor
- null safety
0.1.0 #
- TODO: Describe initial release.