Overview
A Flutter package that converts HTML content into Quill Delta format, enabling seamless integration of HTML-rich text into Quill-based editors. It simplifies the transformation process, making it easy to render or store formatted text from HTML sources. Ideal for apps requiring rich text input with preserved formatting. The package supports multiple platforms including Android, iOS, Web, macOS, Windows, and Linux.
Use cases
- Converting user-generated HTML to Quill editor format
- Migrating legacy HTML content into Quill editors
- Rendering HTML content in rich text fields
- Preserving formatting during data import
- Integrating web content into mobile apps
Key features
- Simple HTML to Delta conversion
- Cross-platform support
- Lightweight and efficient
- Compatible with Quill.js formats
- Easy integration via pub add command
Suitable for
- Apps using Quill editors
- Content management systems
- Rich text input forms
- HTML-to-Delta migration projects
- Multi-platform rich text applications
Considerations
- Requires valid HTML input for best results
- May need additional parsing for complex HTML
- Limited to Quill Delta output format
- Depends on external HTML parsing logic
- Not designed for full HTML rendering