vsc_quill_delta_to_html 1.0.1+1 copy "vsc_quill_delta_to_html: ^1.0.1+1" to clipboard
vsc_quill_delta_to_html: ^1.0.1+1 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

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.1+1

Alternatively, your editor might support dart 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
0
pub points
95%
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

License

unknown (LICENSE)

Dependencies

collection, html_unescape, meta

More

Packages that depend on vsc_quill_delta_to_html