From 8920df3475a532cd5f017d25c236dd836d8391f3 Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Fri, 4 Jul 2025 14:56:12 -0700 Subject: [PATCH 1/6] missed --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e58acd95..706234fc 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,11 @@ The following instructions are only applicable to Android development; click her + android:name="pdftron_license_key" + android:value="@string/PDFTRON_LICENSE_KEY" /> ... + + ``` If you are using the `DocumentView` widget, change the parent class of your `MainActivity` file (either Kotlin or Java) to `FlutterFragmentActivity`: From b41ca1ea540f6a9ff4a25422684475192bf795a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 21:57:09 +0000 Subject: [PATCH 2/6] Updating package version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4dbc9e90..dd6dc048 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-45 +version: 1.0.1-46 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues From deda9eb27d7a2c551f7cd10e2865315c1b1ad5c8 Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Fri, 4 Jul 2025 14:58:44 -0700 Subject: [PATCH 3/6] fix spacing --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 706234fc..2db89867 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,9 @@ The following instructions are only applicable to Android development; click her + android:value="@string/PDFTRON_LICENSE_KEY" /> ... + ... + - android:windowSoftInputMode="adjustResize" + + android:windowSoftInputMode="adjustPan"> ``` From a89d9324775b5b73c6899aa9872d75318ece9132 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 21:59:10 +0000 Subject: [PATCH 4/6] Updating pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index dd6dc048..4dbc9e90 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-46 +version: 1.0.1-45 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues From df4cd17935b02e9ef09b27bb34bde0dd4fc09ce2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 21:59:43 +0000 Subject: [PATCH 5/6] Updating package version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4dbc9e90..dd6dc048 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-45 +version: 1.0.1-46 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues From 495c8370944d4ac6c8bd63ef102c04d44672b0d4 Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Fri, 4 Jul 2025 15:00:21 -0700 Subject: [PATCH 6/6] revert ver --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index dd6dc048..4dbc9e90 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-46 +version: 1.0.1-45 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues