RichEditor for Flutter is a beautiful Rich Text WYSIWYG Editor for Flutter support Android and iOS. .
Features
Supported Functions
xBoldxItalicxSubscriptxSuperscriptxStrikethroughxUnderlinexJustify LeftxJustify CenterxJustify RightxBlockquotexHeading 1xHeading 2xHeading 3xHeading 4xHeading 5xHeading 6xUndoxRedoxIndentxOutdentxInsert ImagexInsert YoutubexInsert VideoxInsert AudioxInsert LinkxUnordered List (Bullets)xOrdered List (Numbers)
Attribute change of editor
xText ColorxPlaceholderxState Callback
Milestone
CheckboxText Background ColorText Font SizeFont Family
Demo
Getting started
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
rich_text_html_editor: ^1.0.2
Usage
See examples in /example folder.
import 'package:rich_text_html_editor/rich_editor.dart';