From b34b39a21dd999b75ba7048bd305e820e4111174 Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Mon, 26 Jan 2026 14:33:58 -0800 Subject: [PATCH 1/5] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 455fb4ed..33f9f2c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -## About PDFTron Flutter +## About PDFTron Flutter Wrapper + +> [!IMPORTANT] +> This repository serves as a wrapper around the native SDKs. It exposes only a limited set of APIs intended for basic viewing, annotating and removing components from the out‑of‑box UI. Any advanced customization or access to lower‑level functionality should be performed directly through the native SDKs rather than this wrapper. + PDFTron's Flutter PDF library brings smooth, flexible, and stand-alone document viewing and editing solutions using Flutter codebases for iOS and Android applications. - Direct MS Office document viewing and conversion From 5c3f86ff6b8ec5e6218add73a17d8cb8f4a34c5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:35:49 +0000 Subject: [PATCH 2/5] Updating package version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c48424ed..fa7546d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pdftron_flutter description: A convenience wrapper to build Flutter apps that use the PDFTron mobile SDK for smooth, flexible, and stand-alone document viewing. -version: 1.0.1-52 +version: 1.0.1-53 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues From 82bae249060672fa7f27a82c078ecbc62afa10fc Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Mon, 26 Jan 2026 14:37:04 -0800 Subject: [PATCH 3/5] Update to match React Native --- README.md | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 33f9f2c4..fa108ad5 100644 --- a/README.md +++ b/README.md @@ -3,23 +3,6 @@ > [!IMPORTANT] > This repository serves as a wrapper around the native SDKs. It exposes only a limited set of APIs intended for basic viewing, annotating and removing components from the out‑of‑box UI. Any advanced customization or access to lower‑level functionality should be performed directly through the native SDKs rather than this wrapper. -PDFTron's Flutter PDF library brings smooth, flexible, and stand-alone document viewing and editing solutions using Flutter codebases for iOS and Android applications. - -- Direct MS Office document viewing and conversion -- Fully customizable open source UI to improve app engagement -- Document reflow to increase readability and accessibility on mobile -- File streaming to view remote and complex documents faster -- Night mode to improve viewing in low-light environments -- And much more... - -More information can be found at https://docs.apryse.com/documentation/guides/flutter/ - -**Android**|**iOS** -:--:|:--: -A gif showcasing the UI and some features on Android|A gif showcasing the UI and some features on iOS - -## Contents - - [API](https://pub.dev/documentation/pdftron_flutter/latest/pdftron/pdftron-library.html) - [Prerequisites](#prerequisites) - [Null Safety](#Null-safety) @@ -31,6 +14,12 @@ More information can be found at https://docs.apryse.com/documentation/guides/fl - [Contributing](#contributing) - [License](#license) +## Preview + +**Android**|**iOS** +:--:|:--: +A gif showcasing the UI and some features on Android|A gif showcasing the UI and some features on iOS + ## Prerequisites - No license key is required for trial. However, a valid commercial license key is required after trial. - PDFTron SDK >= 6.9.0 From cec5242b31bca1531e98840fafeee928f0ee9faa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:37:40 +0000 Subject: [PATCH 4/5] Updating pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index fa7546d0..c48424ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pdftron_flutter description: A convenience wrapper to build Flutter apps that use the PDFTron mobile SDK for smooth, flexible, and stand-alone document viewing. -version: 1.0.1-53 +version: 1.0.1-52 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues From e41d94a3952de8cf8d5de30997a9676e599f3dd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:38:07 +0000 Subject: [PATCH 5/5] Updating package version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c48424ed..fa7546d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pdftron_flutter description: A convenience wrapper to build Flutter apps that use the PDFTron mobile SDK for smooth, flexible, and stand-alone document viewing. -version: 1.0.1-52 +version: 1.0.1-53 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues