Go to file
2021-05-29 20:40:07 +01:00
assets/editor feat: added font size dialog and icon tooltip 2021-05-29 18:02:50 +01:00
example feat: added more text commands 2021-05-28 01:41:07 +01:00
lib chore: added features list to readme 2021-05-29 20:38:29 +01:00
test first commit 2021-05-26 23:42:34 +01:00
.gitignore first commit 2021-05-26 23:42:34 +01:00
.metadata first commit 2021-05-26 23:42:34 +01:00
CHANGELOG.md first commit 2021-05-26 23:42:34 +01:00
LICENSE chore: added features list to readme 2021-05-29 20:38:29 +01:00
pubspec.lock feat: added more text commands 2021-05-28 01:41:07 +01:00
pubspec.yaml chore: added features list to readme 2021-05-29 20:38:29 +01:00
README.md chore: edited features list in readme 2021-05-29 20:40:07 +01:00

rich_editor

pub package pub points

WYSIWYG editor for Android and JavaFX with a rich set of supported formatting options.

Based on https://github.com/dankito/RichTextEditor, but but for Flutter.

Features

  • Bold, Italic, Underline, Strike through, Subscript, Superscript
  • Heading 1 - 6, Text body, Preformatted, Block quote
  • Font (reads all system fonts)
  • Font Size
  • Text Color
  • Text Background Color
  • Highlight text
  • Justify Left, Center, Right, Blockquote
  • Indent, Outdent
  • Undo, Redo
  • Unordered List (Bullets)
  • Ordered List (Numbers)
  • Insert local or remote Image
  • Insert Link
  • Insert Checkbox
  • Search

📸 Screenshots

License

Copyright 2021 JideGuru

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.