Skip to content

alihassan143/flutter-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

224 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Packages Workspace

Welcome to the flutter-packages monorepo! This repository contains packages for converting HTML and Markdown to PDF in Flutter, using different rendering engines.

Packages

Package Version Description
htmltopdfwidgets pub package The core package for converting HTML and Markdown to PDF widgets. Supports both legacy and new browser-like rendering engines.
htmltopdf_syncfusion pub package A finalized package that uses Syncfusion PDF widgets for rendering.
docx_creator pub package A developer-first Dart package for creating professional DOCX documents with fluent API, Markdown/HTML parsing, and comprehensive formatting.
docx_file_viewer pub package A native Flutter DOCX viewer that renders Word documents using Flutter widgets.
native_pdf_engine pub package A high-performance, FFI-based Flutter package to convert HTML and URLs to PDF using native OS webviews.

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.

Sponsor this project

Packages

 
 
 

Contributors