light_html_editor 0.0.5
light_html_editor: ^0.0.5 copied to clipboard
A lightweight HTML editor for Flutter. Provides functionality to edit and parse simple HTML code.
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