-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
P1Changes that should be worked nowChanges that should be worked nowenhancementNew feature or changes to an existing oneNew feature or changes to an existing onetarget: flutterRelates to Flutter and its sub-dependenciesRelates to Flutter and its sub-dependencies
Description
Summary
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
andcode 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.
- The keyboard type must be overridable.
Metadata
Metadata
Assignees
Labels
P1Changes that should be worked nowChanges that should be worked nowenhancementNew feature or changes to an existing oneNew feature or changes to an existing onetarget: flutterRelates to Flutter and its sub-dependenciesRelates to Flutter and its sub-dependencies