sh_pdf 1.0.4
sh_pdf: ^1.0.4 copied to clipboard
A high-performance, optimized custom PDF viewer for Flutter with support for URLs, local files, zoom, and pagination.
1.0.4 #
- Added support for screen rotation in the PDF viewer package while allowing the main app to remain locked.
1.0.3 #
- Cleaned up UI by removing non-functional search feature from AppBar.
- Lightweight optimization by removing unused controllers.
1.0.2 #
- Production-ready stable release.
- Finalized robust page jump logic for real devices.
- Consolidated focus management and synchronization.
1.0.1 #
- Fixed keyboard "Done" button not triggering page jump on some Android/iOS devices.
- Resolved race conditions during page jump animations by implementing instantaneous jumps.
- Improved synchronization between PDF viewer and pagination controls.
- Optimized dependency constraints for better compatibility.
1.0.0 #
- Initial release.
- Support for loading PDFs from URL and local device storage.
- Optimized rendering using
pdfrx. - Premium floating pill-shaped pagination UI.
- Zoom in/out and Jump to Page functionality.