PackageTrack
Sign in Get early access

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 2025
2025 2026
Release Pre-release

Releases

latest 28
  1. 1.5.3 23 Jul 2025
    Release notes

    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

    Full Changelog: V-1.5.2...V-1.5.3

    Open source →
    Release notes
    • 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
    Open source →
  2. 1.5.2 10 Apr 2025
    Release notes

    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

    Open source →
    Release notes
    • 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
    Open source →
  3. 1.5.1 27 Mar 2025
    Release notes

    What's Changed

    • Feat: add isBlockValidator for Block Override decision by @chief-nerd in #23

    New Contributors

    Full Changelog: V-1.5.0...V-1.5.1

    Open source →
    Release notes
    • Feat: add isBlockValidator for Block Override decision #23
    Open source →
  4. 1.5.0 08 Jan 2025
    Release notes

    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

    Open source →
    Release notes
    • Feat: added a new way to insert a newline after a type of htmltag
    Open source →
  5. 1.4.5 20 Dec 2024
    Release notes

    What's Changed

    • Fix: paragraph wrong breaks and weird trim() of some text elements by @CatHood0 in #15

    Full Changelog: V-1.4.3...V-1.4.5

    Open source →
    Release notes
    • 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

    Open source →
  6. 1.4.3 09 Dec 2024
    Release notes

    What's Changed

    • Textcolor on paste of clipboard text showing wrong color by @SC8885 in #13

    New Contributors

    Full Changelog: V-1.4.2...V-1.4.3

    Open source →
    Release notes
    • Textcolor on paste of clipboard text showing wrong color by @SC8885 in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/13
    Open source →
  7. 1.4.2 03 Nov 2024
    Release notes

    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

    Full Changelog: V-1.4.1...V-1.4.2

    Open source →
    Release notes
    • 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
    Open source →
  8. 1.4.1 15 Sep 2024
    Release notes

    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 blackNodesList into HtmlToDelta class to ignore certain nodes

    Full Changelog: V-1.4.0...V-1.4.1

    Open source →
    Release notes
    • 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 blackNodesList into HtmlToDelta class to ignore certain nodes
    Open source →
  9. 1.4.0 17 Aug 2024
    Release notes

    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

    Full Changelog: V-1.3.13...V-1.4.0

    Open source →
    Release notes
    • 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>
    Open source →
  10. 1.3.13 18 Jul 2024
    Release notes

    What changes

    • Chore: updated dependencies

    Full Changelog: V-1.3.12...V-1.3.13

    Open source →
    Release notes
    • Chore: updated dependencies
    Open source →
  11. 1.3.12 15 Jul 2024
    Release notes
    • Fix: always add a new line without checking the last operation
    Open source →
  12. 1.3.11 14 Jul 2024
    Release notes
    • 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
    Open source →
  13. 1.3.1 12 Jul 2024
    Release notes
    • Feat: support for video and image as a child node of any tag
    • Chore: moved processNode to it's own file called node_processor to make more easy read all logic into it
    • Fix: new lines contains empty attributes
    Open source →
  14. 1.3.0 11 Jul 2024
    Release notes
    • 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
    Open source →
  15. 1.2.8 10 Jul 2024
    Release notes
    • Fix: indent level is invalid for Delta format
    Open source →
  16. 1.2.7 10 Jul 2024
    Release notes
    • Fix: inline attributes were not detected properly
    • Fix: reverted change from V-1.2.2 where was removed inline attrs validations
    Open source →
  17. 1.2.6 10 Jul 2024
    Release notes
    • Feat: added support for nested lists
    Open source →
  18. 1.2.5 09 Jul 2024
    Release notes
    • Feat: added support for div
    Open source →
  19. 1.2.4 09 Jul 2024
    Release notes
    • Fix: font-size is parsed wrong by unsupported unit type
    • Feat: added support for more unit types
    • doc: added more general documentation
    Open source →
  20. 1.2.3 09 Jul 2024
    Release notes
    • doc(README): added more documentation about CustomHtmlPart
    • doc: added more doc comments about general functionalities of the classes and methods
    Open source →
  21. 1.2.2 08 Jul 2024
    Release notes
    • Feat: added support for data-checked attribute for <li> tags
    • Fix: removed duplicated getting inline attributes at resolveCurrentElement
    Open source →
  22. 1.2.1 08 Jul 2024
    Release notes
    • Feat: added support for align attribute (a different way of align the text, like: text-align)
    • Fix: Line-height is not pasted as double
    Open source →
  23. 1.2.0 07 Jul 2024
    Release notes
    • Chore: removed flutter_quill dependency to use only required parts of it
    • Fix: HtmlOperations doesn't pass the customBlocks from HtmlToDelta
    Open source →
  24. 1.1.8 07 Jul 2024
    Release notes
    • Fix: README bad code ref, and better documentation
    • Chore: new custom block example and test for it
    Open source →
  25. 1.1.7 07 Jul 2024
    Release notes
    • Fix: removed unused vars
    Open source →
  26. 1.1.6 07 Jul 2024
    Release notes
    • Fix: README bad code references
    Open source →
  27. 1.1.5 07 Jul 2024
    Release notes
    • 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 Document using HtmlToDelta.convertDocument(DOMDocument)
    • Chore: improved README
    • Chore: improved documentation about project
    • Chore: now resolveCurrentElement was moved to the interface to give the same functionality to all implementations
    Open source →
  28. 1.1.0 07 Jul 2024
    Release notes
    • Added support for fully attributes (could be partially bugged)
    • Added an interface for create custom render tags
    • Added tests for several cases
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive