Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0dea472

Browse files
committedJun 4, 2025
Add support to render pdf page using pdfium with the help of optional package - syncfusion_pdfviewer_android
1 parent 84e5193 commit 0dea472

File tree

80 files changed

+4800
-1816
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+4800
-1816
lines changed
 

‎packages/syncfusion_flutter_pdfviewer/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
## Unreleased
22

3+
**Bugs**
4+
5+
* Now, in single page layout mode, the page changes only when swiped in the scroll direction, and not when slightly panned.
6+
* Now, the `SfPdfViewer` widget will no longer crash with an Out of Memory exception when viewing a PDF document with large page dimensions.
7+
* Now, in single-page layout mode, setting the zoom level in the onPageChanged callback will not cause the page to move to the bottom in the vertical scroll direction or to the right in the horizontal scroll direction.
8+
* Now, the sticky note icon will maintain the same size on all pages, and the icon size is improved on mobile platforms.
9+
10+
## [29.1.41] - 05/06/2025
11+
12+
**Bugs**
13+
14+
* Improved the performance in loading large password-protected documents by leveraging the password parameter supported in the native (platform) PDF rendering APIs.
15+
* Now, the pages will be centered in single-page layout mode when switching between pages in a PDF document with different page sizes.
16+
17+
## [29.1.39] - 04/22/2025
18+
19+
**General**
20+
21+
* The minimum Dart version has been updated to 3.7.
22+
23+
**Bugs**
24+
25+
* Now, the page no longer jumps to a previous one when scrolling to the top or left edge in single page layout mode.
26+
27+
## [29.1.33] - 03/25/2025
28+
329
**General**
430

531
* The compatible version of our Flutter PDF Viewer widget has been updated to Flutter SDK 3.29.0.

‎packages/syncfusion_flutter_pdfviewer/android/src/main/java/com/syncfusion/flutter/pdfviewer/SyncfusionFlutterPdfViewerPlugin.java

Lines changed: 213 additions & 196 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.