rich_text_editor_plus 0.1.5 copy "rich_text_editor_plus: ^0.1.5" to clipboard
rich_text_editor_plus: ^0.1.5 copied to clipboard

A rich text editor plugin for Flutter with a native Flutter toolbar and browser-based editing. Supports bold, italic, underline, strikethrough, links, ordered/unordered nested lists, alignment, and HT [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rich_text_editor_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rich_text_editor_plus: ^0.1.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rich_text_editor_plus/rich_text_editor_plus.dart';
1
likes
140
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A rich text editor plugin for Flutter with a native Flutter toolbar and browser-based editing. Supports bold, italic, underline, strikethrough, links, ordered/unordered nested lists, alignment, and HTML import/export. Works on Android, iOS, and Web.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on rich_text_editor_plus

Packages that implement rich_text_editor_plus