vsc_quill_delta_to_html 1.0.4 copy "vsc_quill_delta_to_html: ^1.0.4" to clipboard
vsc_quill_delta_to_html: ^1.0.4 copied to clipboard

A robust Quill Delta to HTML converter. This is a complete port of the popular quill-delta-to-html Typescript/Javascript package to Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vsc_quill_delta_to_html

With Flutter:

 $ flutter pub add vsc_quill_delta_to_html

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

dependencies:
  vsc_quill_delta_to_html: ^1.0.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:vsc_quill_delta_to_html/vsc_quill_delta_to_html.dart';
31
likes
130
pub points
94%
popularity

Publisher

verified publishervscorp.com

A robust Quill Delta to HTML converter. This is a complete port of the popular quill-delta-to-html Typescript/Javascript package to Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, html_unescape, meta

More

Packages that depend on vsc_quill_delta_to_html