html_to_markdown_ffi_android 1.2.0 copy "html_to_markdown_ffi_android: ^1.2.0" to clipboard
html_to_markdown_ffi_android: ^1.2.0 copied to clipboard

Typed HTML to Markdown conversion for the Zuraffa ecosystem: a Rust FFI core behind a pure-Dart converter port with federated native adapters.

html_to_markdown_ffi_android #

Android adapter for html_to_markdown_ffi: bundles the prebuilt libhtml_to_markdown_ffi.so for armeabi-v7a, arm64-v8a, and x86_64, and registers the port over an injected channel. On-device loading resolves the .so through the jniLibs loader path / process symbols — the pre-migration loader logic, preserved.

final getIt = GetIt.instance;
registerAndroidHtmlToMarkdownFfiDependencies(
  getIt,
  channel: AndroidHtmlToMarkdownFfiChannel.native(),
);
0
likes
150
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Typed HTML to Markdown conversion for the Zuraffa ecosystem: a Rust FFI core behind a pure-Dart converter port with federated native adapters.

Homepage
Repository (GitHub)
View/report issues

Topics

#html-to-markdown-ffi #android #clean-architecture #zuraffa

License

MIT (license)

Dependencies

html_to_markdown_ffi, html_to_markdown_ffi_platform, zuraffa

More

Packages that depend on html_to_markdown_ffi_android