flutter_pdf_flipbook 0.0.2
flutter_pdf_flipbook: ^0.0.2 copied to clipboard
Display PDFs as beautiful flipbooks with smooth page-turn animations on mobile, web, and desktop.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.2 - 2025-10-04 #
Changed #
- Added documentation comments to improve Pub.dev score.
- Improved code readability and formatting.
Added #
- Background image support for network URLs and asset files.
- Enhanced cross-platform compatibility (Android, iOS, macOS, Windows, Linux, Web).
- Advanced styling options with customizable background and layout settings.
- Example app updated with background image demonstration.
0.0.1 2025-09-XX #
Added #
- Initial release of flutter_pdf_flipbook.
PdfBookViewerwidget with beautiful flip animations.- Customizable styling using
PdfBookViewerStyle. - Navigation controls with page-jumping functionality.
- Zoom support for better reading experience.
- Page change callbacks for state management.
- Support for both local and remote PDF URLs.
- Progressive page loading for performance.
- Responsive layout for all screen sizes.
- Comprehensive documentation and example app.