light_html_editor 0.0.7
light_html_editor: ^0.0.7 copied to clipboard
A lightweight HTML editor for Flutter. Provides functionality to edit and parse simple HTML code.
0.0.7 #
- changed style of editor buttons with InkWells for better UX
- changed parsing behaviour to better support linebreaks in tags
- added property to always show editor buttons if desired
0.0.6 #
- added maxHeight property to the renderer to have a scrolling preview when the content exceeds the desired maximum height
- added property to override the existing color-presets
- added option to pass a TextEditingController to the editor
0.0.5 #
- extracted logic to replace variables into parser class
- created aggregated import class to import all needed file at once
- added GitHub Link
0.0.4 #
- fixed the link to the example image
0.0.3 #
- extracted styling properties into configuration classes
0.0.2 #
- Added maxLength property
0.0.1 #
- Initial Release