Rich Text Editors

flutter_markdown

This package is a Markdown editor for Flutter. From plain text data formatted with simple Markdown tags, you may produce rich text output including text styles, tables, links, and more.

markdown

markdown is a Dart library that can convert Markdown to HTML.

zefyr

Flutter’s clean, minimalistic, and collaboration-ready rich text editor.

zefyrka

This editor is based o zefur which is a lightweight, crystal clear and clutter-free rich text editor. It was designed to be simple, yet useful. It includes all the basic features you would expect from a text editor; undo/redo, copy/paste, spell checker, search and replace options.

flutter_quill

FlutterQuill is an editor that you can use for writing. It is open-source and runs on modern mobile platforms. It will also run on the web some day.

simple_rich_text

A Dart string may be represented using simple rich text characters in Flutter.

html_editor_enhanced

A new version of Summernote is out. It supports the addition of images, tables, and charts to notes and includes a rich text editor for Android, iOS, and Web users with the Summernote library. Bug fixes, callbacks, dark mode, and more are included in this upgraded edition.

html2md

This is a Markdown converter library for HTML. It supports CommonMark, simple table conversion, and user-defined converting rules.

markdown_editable_textinput

Convert quickly what’s in your TextField to Markdown using this widget!

markdown_widget

This new markdown package includes TOC function, HTML video and img tag support, as well as mobile compatibility.

Similar Posts

  • Packages to Scan Barcode and QR

    flutter_barcode_scanner A plugin for Android and iOS that enables barcode scanning. Barcodes, QR codes, and other types of coding are all supported. qr_flutter A Widget or custom painter may be used to display QR codes for Flutter. qr_code_scanner The zxing library is a QR code scanner that can be integrated into flutter. It makes use…

  • GDPR Packages

    GDPR is coming up, and you’re not sure what to do. The General Data Protection Regulation (GDPR) went into effect in 2018. This new regulation will have a major impact on how companies collect data from European Union citizens. It’s important that your company is compliant with this new law or risk heavy fines of…

  • Clipboard Packages

    A clipboard is one of the most important tools for a mobile phone user. A clipboard is a place where you can store information that you need quick access to or from. You can use those items to copy and paste them into a word processor, mail, chat program, or other function. clipboard This is…

  • Bottom Bar Packages

    convex_bottom_bar The ConvexAppBar is a Flutter package that creates and shows a convex tab in the bottom bar. Theming is supported. persistent_bottom_nav_bar For Flutter, a complete, highly configurable bottom navigation bar that is persistent/static and can be used for any application. It has up to 20 different styles. salomon_bottom_bar Another bottom navigation bar, but this…