Documentation Index
May 25, 2026 ยท View on GitHub
This directory is the canonical local documentation set for flutter_vless.
The package page on pub.dev is driven by the root README.md. These guides keep the longer setup, configuration, and troubleshooting material in one place without turning the pub.dev page into a wall of text.
Read This First
- Getting Started
- Platform Guides
- API Contract
- Examples
- Configuration Guide
- Compatibility
- Security And Runtime Boundaries
- Architecture Notes
- Real-Device VPN Matrix
- Troubleshooting
Audience Split
- New users should start with
getting-started.md,examples.md, and their platform guide. - Integrators should read
api.md,configuration.md, andcompatibility.md. - Maintainers should read
architecture.md,security.md, and the macOS packet tunnel note before changing native runtime behavior. - Release validation should use
device_matrix.mdwhen VPN/tunnel behavior changes. - Debugging issues should usually begin with
troubleshooting.md.
Notes
- Keep this directory as the source of truth for human-written docs.
- Use
README.mdfor the pub.dev-facing summary and quick start. - Treat older root-level setup files as legacy during the transition to this docs layout.