RichEditor for Flutter
is a beautiful Rich Text WYSIWYG Editor
for Flutter
support Android and iOS. .
- Bold
- Italic
- Subscript
- Superscript
- Strikethrough
- Underline
- Justify Left
- Justify Center
- Justify Right
- Blockquote
- Heading 1
- Heading 2
- Heading 3
- Heading 4
- Heading 5
- Heading 6
- Undo
- Redo
- Indent
- Outdent
- Insert Image
- Insert Youtube
- Insert Video
- Insert Audio
- Insert Link
- Unordered List (Bullets)
- Ordered List (Numbers)
- Text Color
- Placeholder
- State Callback
Milestone
- Checkbox
- Text Background Color
- Text Font Size
- Font Family
Demo
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
See examples in /example
folder.
import 'package:rich_text_html_editor/rich_editor.dart';