quill_html_editor 1.0.0-dev.4 copy "quill_html_editor: ^1.0.0-dev.4" to clipboard
quill_html_editor: ^1.0.0-dev.4 copied to clipboard

HTML rich text editor for Android, iOS and Web, using the QuilJS library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quill_html_editor

With Flutter:

 $ flutter pub add quill_html_editor

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

dependencies:
  quill_html_editor: ^1.0.0-dev.4

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

Import it

Now in your Dart code, you can use:

import 'package:quill_html_editor/quill_html_editor.dart';
215
likes
0
pub points
97%
popularity

Publisher

unverified uploader

HTML rich text editor for Android, iOS and Web, using the QuilJS library.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

file_picker, flutter, flutter_web_plugins, universal_io, webviewx_plus

More

Packages that depend on quill_html_editor