html_to_markdown_ffi 1.0.1 copy "html_to_markdown_ffi: ^1.0.1" to clipboard
html_to_markdown_ffi: ^1.0.1 copied to clipboard

A high-performance HTML to Markdown converter for Dart and Flutter, powered by Rust FFI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add html_to_markdown_ffi

This 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.0.1

Alternatively, your editor might support dart 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/convert.dart';
import 'package:html_to_markdown_ffi/exceptions.dart';
import 'package:html_to_markdown_ffi/html_to_markdown.dart';
import 'package:html_to_markdown_ffi/html_to_markdown_bindings.dart';
import 'package:html_to_markdown_ffi/models/conversion_options.dart';
import 'package:html_to_markdown_ffi/models/conversion_result.dart';
import 'package:html_to_markdown_ffi/models/enums.dart';
import 'package:html_to_markdown_ffi/native_library.dart';
import 'package:html_to_markdown_ffi/visitor.dart';
import 'package:html_to_markdown_ffi/visitor_bridge.dart';
3
likes
50
points
169
downloads

Documentation

API reference

Publisher

verified publisherzuzu.dev

Weekly Downloads

A high-performance HTML to Markdown converter for Dart and Flutter, powered by Rust FFI.

License

MIT (license)

Dependencies

ffi

More

Packages that depend on html_to_markdown_ffi