floating_pdf_viewer library
A Flutter package that provides a draggable, resizable floating PDF viewer widget.
This library includes:
- FloatingPdfViewer: The main widget for displaying PDFs in a floating window
- FloatingPdfViewerOptions: Configuration options for customizing the viewer
- FloatingPdfViewerManager: Helper class for managing overlay instances
- PdfCacheManager: Manages PDF file caching to disk
- PdfDownloader: Utility class for downloading PDFs with cache support
Classes
- CacheStats
- Cache statistics data class
- FloatingPdfViewer
- A floating PDF viewer widget that can be displayed as an overlay.
- FloatingPdfViewerManager
- Helper class to manage floating PDF viewer overlays
- FloatingPdfViewerOptions
- Configuration options for the FloatingPdfViewer widget.
- PdfCacheManager
- Manages PDF file caching to disk
- PdfDownloader
- Helper class to download PDF files from URLs