quill_web_editor 1.0.1 copy "quill_web_editor: ^1.0.1" to clipboard
quill_web_editor: ^1.0.1 copied to clipboard

A rich text editor package for Flutter Web powered by Quill.js. Provides full-featured editing with tables, media embedding, custom fonts, and HTML export.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quill_web_editor

With Flutter:

 $ flutter pub add quill_web_editor

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

dependencies:
  quill_web_editor: ^1.0.1

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_web_editor/quill_web_editor.dart';
3
likes
0
points
287
downloads

Publisher

unverified uploader

Weekly Downloads

A rich text editor package for Flutter Web powered by Quill.js. Provides full-featured editing with tables, media embedding, custom fonts, and HTML export.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, google_fonts, pointer_interceptor

More

Packages that depend on quill_web_editor