vsc_quill_delta_to_html 1.0.2 vsc_quill_delta_to_html: ^1.0.2 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.
1.0.2 #
- If you give
flutter_quill
font sizes that are numeric strings, like'8.0'
, it is providing the Delta'size'
attribute as aint
ordouble
rather than aString
. ChangedOpAttributes
to allownum
types for the'size'
and'width'
attributes.
1.0.1+1 #
- Fix package.yaml description
1.0.1 #
- Fix analysis error.
1.0.0 #
- Initial public release.