html_to_markdown_ffi 1.2.0
html_to_markdown_ffi: ^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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add html_to_markdown_ffiWith Flutter:
$ flutter pub add html_to_markdown_ffiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
html_to_markdown_ffi: ^1.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:html_to_markdown_ffi/html_to_markdown_ffi.dart';