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

  • Floating Action Button Packages

    simple_speed_dial A simple Flutter speed dial. You may add as many speed dial alternatives as you wish. Labels may be added beside the options. Every FAB’s color can be customized. draggable_fab The FAB wrapper widget may be dragged to any edge of the screen and is draggable. curved_nav_bar The left and right side of the…

  • Packages for HTTP Request

    http An open-source, Future-based HTTP API that is composable and multi-platform. This bundle has a collection of high-level functions and types that make it simple to access HTTP resources. It’s cross-platform, with support for mobile, desktop, and the browser. dio A robust Dart HTTP client with Interceptors, global configuration, FormData, Request Cancellation, File downloading, and…

  • Animation Packages

    flutter_animate Flutter Animate is a library that makes it simple to add almost any kind of animated effect in Flutter. The library comes with a variety of pre-built effects, like fade, scale, slide, blur, shake, shimmer, and color effects (saturation and tint), that can be easily added to your app. In addition, Flutter Animate simplifies…

  • Font and Emoji Packages

    font_awesome_flutter The Font Awesome Icon pack is available as Flutter Icons. It adds 1500 additional icons to your app, in addition to the default set of 500. flutter_font_icons As the name suggests, this is a collection of font icons built with Flutter. It includes all fonts from react-native-vector-icons and WeatherIcons. icon_font_generator Convert all icons in…

  • Introduction Screen Packages

    intro_slider The Flutter Intro Slider is a flutter plugin that helps you create a compelling opening for your app. flutter_intro A more efficient method for introducing new features and a step-by-step user guide for your Flutter project. introduction_screen The Flutter Onboarding/Introduction package for a flutter app with some customization possibilities animated_walkthrough An animated introduction and…