- @windows7lake Fixed: flutter_quill: 9.4.1 custom font size and convert to html, will loose font size #20.
- Updated example to use a simplified color picker. This color picker produces 6 digit hex colors, as supported by the Quill JS format.
- Merged PR #16 ("8-digit hexadecimal color support") to optionally allow 8 digit hex colors to be
processed. These hex colors are erroneously produced by
flutter_quill
. This feature is controlled bysanitizerOptions.allow8DigitHexColors
and defaults tofalse
.
- Flutter 3.10.0/Dart 3 upgrade.
- 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.
- Fix package.yaml description
- Fix analysis error.
- Initial public release.