quill_html_editor library

Quill Html Editor is a HTML rich text editor for Android, iOS, and Web, it is built with the powerful QuillJs library, an open source WYSIWYG editor for the modern web.

Classes

QuillEditorController
QuillEditorController controller constructor to generate editor, toolbar state keys
QuillHtmlEditor
QuillHtmlEditor widget to display the quill editor,
QuillHtmlEditorState
QuillHtmlEditorState editor state class to render the editor
SelectionModel
SelectionModel a model class for selection range
ToolBar
ToolBar widget to show the quill toolbar
ToolBarItem
ToolBarItem toolbaritem widget to show buttons based on style
ToolBarState
ToolBarState state object to access the apis of toolbar

Enums

InputAction
InputAction representing various input actions that can be taken within a specific context.
ToolBarStyle
ToolBarStyle an enum with multiple toolbar styles, to define required toolbar styles in custom config

Typedefs

LoadingBuilder = Widget Function(BuildContext context)
A typedef representing a loading builder function.