Basic Example
A minimal PDF viewer implementation with basic rendering capabilities
Loading...
Implementation
The example above shows:
- Basic PDF viewer setup with a fixed height container
- Native dark mode rendering driven by the app theme via the
colorSchemeprop - Loading state handling
- Canvas rendering of PDF pages
- Text layer for text selection and copying
