minimal_html_editor 1.1.0 minimal_html_editor: ^1.1.0 copied to clipboard
Minimal html wysiwyg editor with only context menu formatting options, support flexible height, customize appearance, various text callbacks and methods.
0.0.1 #
- Initial release.
0.0.2 #
- Initial release.
0.0.3 #
- Add various methods: focus(), unfocus(), setHtml(), getHtml()
- Add callbacks: onChange, onFocus, onBlur
- Add loading wheel to show while editor is being loaded
- Add
AutomaticKeepAlivesClientMixin
for keeping state in scroll views or tab views.
0.0.3+1 #
- Add README.
- Some refactoring.
1.0.0 #
- First major version, please use this and upwards.
1.0.0+1 #
- Adjust desciption to meet standards.
1.0.0+2 #
- Edit README.
1.1.0 #
- Auto adjust height for flexible editor on set html.