html_to_markdown_ffi 1.0.3
html_to_markdown_ffi: ^1.0.3 copied to clipboard
A high-performance HTML to Markdown converter for Dart and Flutter, powered by Rust FFI.
Changelog #
1.0.1 #
- Add
~/.html_to_markdown_ffi/to native library search paths - Add auto-download from GitHub release when library not found
- Support
HTML_TO_MARKDOWN_FFI_LIB_PATHandHTML_TO_MARKDOWN_FFI_VERSIONenv vars
1.0.0 - 2026-05-10 #
- Initial release of the Dart/Flutter bindings for html-to-markdown.
- Core
convert()function withdart:ffibindings to the Rust engine. - Full
ConversionOptionssupport (43 fields, matching Rust core). ConversionResultwith metadata, tables, images, warnings, and document structure.Visitorabstract class with 38 element-level callbacks.- Comprehensive test suite: 76 tests across 9 files (smoke, conversion, options, metadata, result, visitor, edge cases, real-world, structure).
- Platform support: macOS, Linux, Windows, Android, iOS.
- 150-280 MB/s throughput via Rust FFI.