flutter_quill_delta_from_html
Convert easily HTML inputs content to Quill Js Delta format
1.5.3
246K downloads/mo
#772 most downloaded on pub.dev
CatHood0/flutter_quill_delta_from_html
What this package is like to depend on
Last release 1 years ago
23 Jul 2025
Release timing varies
gaps range from 8 days to 3 months
Nearly every release is documented
notes for 28 of 28 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
28 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
28 releases · Jul 2024 to Jul 2025Releases
latest 28-
1.5.323 Jul 2025Release notes
Open source →What's Changed
- Feat: support to detect line height css variable and setting custom values
- Feat: Add support for italic, underline, line-through and bold from CSS styling by @lecuivre-alban in #29
- Refactor: Safely access 'last' element in operations by @nikiforosper in #28
- Feat: CSS named color support by @SlickSlime in #27
- Fix: line-height css variable issue #21
New Contributors
- @lecuivre-alban made their first contribution in #29
- @nikiforosper made their first contribution in #28
- @SlickSlime made their first contribution in #27
Full Changelog: V-1.5.2...V-1.5.3
Release notes
Open source →- Feat: support to detect line height css variable and setting custom values
- Feat: Add support for italic, underline, line-through and bold from CSS styling by @lecuivre-alban in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/29
- Refactor: Safely access 'last' element in operations by @nikiforosper in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/28
- Feat: CSS named color support by @SlickSlime in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/27
- Fix: line-height css variable issue #21
-
1.5.210 Apr 2025Release notes
Open source →What's Changed
- Handle table tags / handle line-height exceptions (i.e. inherit) by @mtallenca in #25
Full Changelog: V-1.5.1...V-1.5.2
Release notes
Open source →- Feat: Handle table tags / handle line-height exceptions (i.e. inherit) by @mtallenca in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/25
-
1.5.127 Mar 2025Release notes
Open source →What's Changed
- Feat: add
isBlockValidatorfor Block Override decision by @chief-nerd in #23
New Contributors
- @chief-nerd made their first contribution in #23
Full Changelog: V-1.5.0...V-1.5.1
- Feat: add
-
1.5.008 Jan 2025Release notes
Open source →What's changed
- Feat: added a new way to insert a newline after a type of htmltag
Full Changelog: V-1.4.5...V-1.5.0
-
1.4.520 Dec 2024Release notes
Open source →- Fix: paragraph wrong breaks and weird trim() of some text elements by @CatHood0 in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/15
Full Changelog: https://github.com/CatHood0/flutter_quill_delta_from_html/compare/V-1.4.3...V-1.4.5
-
1.4.309 Dec 2024Release notes
Open source →- Textcolor on paste of clipboard text showing wrong color by @SC8885 in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/13
-
1.4.203 Nov 2024Release notes
Open source →What's Changed
- chore(deps): improve dependencies constraints for compatibility by @EchoEllet in #11
- Added exception handling to color parsing by @mtallenca in #12
New Contributors
- @EchoEllet made their first contribution in #11
- @mtallenca made their first contribution in #12
Full Changelog: V-1.4.1...V-1.4.2
Release notes
Open source →- chore(deps): improve dependencies constraints for compatibility by @EchoEllet in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/11
- Added exception handling to color parsing by @mtallenca in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/12
-
1.4.115 Sep 2024Release notes
Open source →What's changed
- Fix: header elements with children spans ignore the attributes that can be into its own spans
- Fix: removed unnecessary exception when unsupported color is detected
- Feat: added
blackNodesListintoHtmlToDeltaclass to ignore certain nodes
Full Changelog: V-1.4.0...V-1.4.1
Release notes
Open source →- Fix: header elements with children spans ignore the attributes that can be into its own spans
- Fix: removed unnecessary exception when unsupported color is detected
- Feat: added
blackNodesListintoHtmlToDeltaclass to ignore certain nodes
-
1.4.017 Aug 2024Release notes
Open source →What's Changed
- feat: made text trimming optional by @raimkulovr in #7
- feat: ability for replace new lines directly to
<br>for multiline html string
New Contributors
- @raimkulovr made their first contribution in #7
Full Changelog: V-1.3.13...V-1.4.0
Release notes
Open source →- feat: made text trimming optional by @raimkulovr in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/7
- feat: ability to replace new lines to
<br>
-
1.3.1318 Jul 2024Release notes
Open source → -
1.3.1215 Jul 2024 -
1.3.1114 Jul 2024Release notes
Open source →- Fix: package use flutter dependency
- Fix: removed sdk flutter ref from pubspec.yaml since package doesn't depend on flutter
- Fix: repository and issue_tracker wrong url
- Chore: removed unnecessary prints on html_utils
-
1.3.112 Jul 2024Release notes
Open source →- Feat: support for video and image as a child node of any tag
- Chore: moved
processNodeto it's own file callednode_processorto make more easy read all logic into it - Fix: new lines contains empty attributes
-
1.3.011 Jul 2024Release notes
Open source →- Feat: added support for padding-left and padding-right
- Feat: added support for image styles and align
- Chore: removed support for
<iframe> - Fix: code-block isn't parsed as a block
- Fix: blockquote isn't parsed as a block
-
1.2.810 Jul 2024 -
1.2.710 Jul 2024Release notes
Open source →- Fix: inline attributes were not detected properly
- Fix: reverted change from V-1.2.2 where was removed inline attrs validations
-
1.2.610 Jul 2024 -
1.2.509 Jul 2024 -
1.2.409 Jul 2024Release notes
Open source →- Fix: font-size is parsed wrong by unsupported unit type
- Feat: added support for more unit types
- doc: added more general documentation
-
1.2.309 Jul 2024Release notes
Open source →- doc(README): added more documentation about CustomHtmlPart
- doc: added more doc comments about general functionalities of the classes and methods
-
1.2.208 Jul 2024Release notes
Open source →- Feat: added support for data-checked attribute for
<li>tags - Fix: removed duplicated getting inline attributes at resolveCurrentElement
- Feat: added support for data-checked attribute for
-
1.2.108 Jul 2024Release notes
Open source →- Feat: added support for align attribute (a different way of align the text, like: text-align)
- Fix: Line-height is not pasted as double
-
1.2.007 Jul 2024Release notes
Open source →- Chore: removed flutter_quill dependency to use only required parts of it
- Fix: HtmlOperations doesn't pass the customBlocks from HtmlToDelta
-
1.1.807 Jul 2024Release notes
Open source →- Fix: README bad code ref, and better documentation
- Chore: new custom block example and test for it
-
1.1.707 Jul 2024 -
1.1.607 Jul 2024 -
1.1.507 Jul 2024Release notes
Open source →- Feat: added support for subscript and superscript
- Feat: added support for color and background-color
- Feat: added support for custom blocks
- Feat: added support for custom parsed
DOM DocumentusingHtmlToDelta.convertDocument(DOMDocument) - Chore: improved README
- Chore: improved documentation about project
- Chore: now
resolveCurrentElementwas moved to the interface to give the same functionality to all implementations
-
1.1.007 Jul 2024Release notes
Open source →- Added support for fully attributes (could be partially bugged)
- Added an interface for create custom render tags
- Added tests for several cases