In favor of using flutter_quill we will create our own rich text editor.
Features
The editor must support readonly mode.
Must support bold, italic, underline and code block stylish properties.
Must support interface customizations:
TextStyle
Background color
Cursor color
Placeholder
Placeholder text style
The stylish properties must follow the same behavior as the most common editors: Update the selected text if it exists or apply the style to the new typed text otherwise.
Summary
In favor of using
flutter_quill
we will create our own rich text editor.Features
readonly
mode.bold
,italic
,underline
andcode block
stylish properties.