daolq3012 / rich_text_editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RichEditor for Flutter is a beautiful Rich Text WYSIWYG Editor for Flutter support Android and iOS. .

Features

Supported Functions

  • 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)

Attribute change of editor

  • Text Color
  • Placeholder
  • State Callback

Milestone

  • Checkbox
  • Text Background Color
  • Text Font Size
  • Font 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';

About

License:MIT License


Languages

Language:Dart 58.6%Language:JavaScript 33.4%Language:Ruby 3.3%Language:CSS 2.1%Language:HTML 1.2%Language:Swift 1.0%Language:Kotlin 0.3%Language:Objective-C 0.1%