pdf_reading_tracker 2.0.1
pdf_reading_tracker: ^2.0.1 copied to clipboard
A complete Flutter PDF reader package — renders PDFs, tracks reading progress, manages bookmarks, and supports PDF merge and split operations, all backed by SQLite.
2.0.1 #
New Features #
- Added PDF Merge functionality using Syncfusion PDF.
- Added PDF Split functionality using Syncfusion PDF.
- Added PDF Operations example screen demonstrating merge and split workflows.
- Added typed PDF operation exceptions for better error handling.
- Added isolate-based PDF processing to keep UI responsive during heavy operations.
Improvements #
- Improved example application structure.
- Enhanced package architecture for future PDF operations such as page extraction, deletion, rotation, and annotations.
Fixes #
- Fixed bookmark persistence issues in the example application.
- Improved multi-PDF workflow and reading progress restoration.