enough_html_editor 0.0.2 copy "enough_html_editor: ^0.0.2" to clipboard
enough_html_editor: ^0.0.2 copied to clipboard

outdated

Slim HTML editor for Flutter with full API control and optional Flutter-based widget controls.

[0.0.2] - 2021-02-27 #

  • Improve documentation.
  • Retrieve the full HTML document's text with await editorApi.getFullHtml()
  • Add any custom CSS styles with editorApi.customStyles setter, for example
    editorApi.customStyles = 
      '''
      blockquote {
          font: normal helvetica, sans-serif;
          margin-top: 10px;
          margin-bottom: 10px;
          margin-left: 20px;
          padding-left: 15px;
          border-left: 3px solid #ccc;
      }
      ''';
    
  • Replace all CSS styles with the editorApi.styles setter.
  • Use the minimum height specified in HtmlEditor.minHeight.

[0.0.1] - 2021-02-27 #

  • Basic HTML editor with Flutter-native control widgets.
12
likes
0
pub points
49%
popularity

Publisher

verified publisherenough.de

Slim HTML editor for Flutter with full API control and optional Flutter-based widget controls.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, webview_flutter

More

Packages that depend on enough_html_editor