quill_html_editor_v3 2.2.13
quill_html_editor_v3: ^2.2.13 copied to clipboard
Yet, another fork of the quill_html_editor package fixing some issues that no one else wants to fix.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add quill_html_editor_v3
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
quill_html_editor_v3: ^2.2.13
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:quill_html_editor_v3/quill_html_editor_v3.dart';