Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 3.61 KB

File metadata and controls

74 lines (57 loc) · 3.61 KB

Zstandard Documentation

Welcome to the Zstandard Flutter plugin documentation. This directory contains comprehensive guides, API references, and development documentation for the zstandard compression ecosystem.

Documentation Index

Architecture

API Reference

Guides

Platform-Specific

Development

Troubleshooting

Package Overview

Package Description
zstandard Main Flutter plugin for cross-platform compression
zstandard_cli Pure Dart CLI for macOS, Windows, and Linux
zstandard_platform_interface Platform interface contract
zstandard_native Shared C source (facebook/zstd) and FFI bindings; used by all native platforms and CLI
zstandard_android, zstandard_ios, zstandard_macos Mobile and macOS implementations
zstandard_linux, zstandard_windows Desktop implementations
zstandard_web Web (WebAssembly) implementation