FLUTTER ECOSYSTEM

alihassan143/flutter-packages

Html To Pdf

htmltopdfwidgets 项目封面
Stars
33
Forks
48
最近推送(UTC)
2026年9月13日
项目状态
未归档
Ali Hassan GitHub avatar
GITHUB User

Ali Hassan ↗

Senior Flutter Developer Team Lead

EnzipeFaisalabad官方网站 ↗
语言DartObjective-CC++CMakeSwiftRubyKotlinCHTMLJava

技术话题

使用的依赖

依赖清单 1 项

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

Flutter Packages Workspace

License: Apache 2.0 melos

Welcome to the htmltopdfwidgets monorepo! It hosts a family of independent Flutter/Dart packages for document and media generation — converting HTML and Markdown to PDF, creating and viewing DOCX files, and compressing/ merging/reversing video — each with its own native rendering engine.

Packages

Package Version Downloads Description
htmltopdfwidgets pub package downloads The core package for converting HTML and Markdown to PDF widgets. Supports both legacy and new browser-like rendering engines.
htmltopdf_syncfusion pub package downloads A finalized package that uses Syncfusion PDF widgets for rendering.
docx_creator pub package downloads A developer-first Dart package for creating professional DOCX documents with fluent API, Markdown/HTML parsing, and comprehensive formatting.
docx_file_viewer pub package downloads A native Flutter DOCX viewer that renders Word documents using Flutter widgets.
native_pdf_engine pub package downloads A high-performance, FFI-based Flutter package to convert HTML and URLs to PDF using native OS webviews.
native_video_toolkit pub package downloads Compress, merge, mute, and reverse video bound directly to AVFoundation (iOS/macOS) and android.media (Android) via FFI/JNI — no MethodChannel.

Workspace Management

This repository uses Melos to manage the workspace.

Getting Started
  1. Install Melos:

    dart pub global activate melos
    
  2. Bootstrap the workspace:

    melos bootstrap
    

    This command links local packages together and installs dependencies.

Common Commands
  • melos run analyze: Run Dart analyzer in all packages.
  • melos run test: Run tests in all packages.
  • melos run format: Format code in all packages.

License

This repository is licensed under the Apache License 2.0.