pspdfkit_flutter 3.0.1 pspdfkit_flutter: ^3.0.1 copied to clipboard
A Flutter plugin providing a feature-rich PDF viewing and editing experience to your users with the powerful PSPDFKit PDF SDK.
Newest Release #
3.0.1 - 21 Oct 2021 #
- Update to PSPDFKit for Android 8.
- PSPDFKit now requires Flutter 2.5.3 or later. (#31360)
Previous Releases #
3.0.0 - 28 Sep 2021 #
- Adds the ability to open TIFF images as Image Documents. (#28630)
- Adds a
setLicenseKeys
method which accepts both Android and iOS license keys. (#30943) - Adds support for iOS 15. (#31008)
- PSPDFKit now requires Flutter 2.5.1 or later. (#30960)
- PSPDFKit now requires Xcode 13 or later. (#31008)
- Migrates Flutter APIs to Android embedding v2. (#30680)
- Removes
path_provider
as a dependency. (#30680)
2.4.0 - 22 Jul 2021 #
- Updates to PSPDFKit for Android 7.0. (#30286)
- Bump minimum SDK version
androidMinSdkVersion
to API 21. (#30286)
2.3.3 - 19 Jul 2021 #
- Improves readme file removing
compileOptions
section as not required anymore. (#30258)
2.3.2 - 07 Jul 2021 #
- Updates the deployment target of iOS to 13 for PSPDFKit 10.5 for iOS. (#30057)
2.3.1 - 03 Jun 2021 #
- Updates readme example to enable running with sound null safety. (#29631)
- Adds the implementation for the
save
method on iOS. (#29644)
2.3.0 - 01 Jun 2021 #
- Removes the need of a trial key for running PSPDFKit Flutter in demo mode. (#28297)
- Updates to PSPDFKit for Android 6.6.2 (#29523)
2.2.2 - 06 May 2021 #
- Adds a title image for the plugin frontpage. (#29330)
2.2.1 - 03 May 2021 #
- Reverts some unneeded file changes. (#29286)
2.2.0 - 03 May 2021 #
- Updates the minimum required Dart version to 2.12.0. (#29277)
- Migrates the plugin and the examples to support Sound Null Safety. (#29277)
2.1.0 - 20 Apr 2021 #
- Adds a string for the reader view button in iOS so that it can be used in PSPDFViewController's toolbar. (#28465)
- Fixes dart code formatting. (#28303)
- Updates the
README
for easier getting started instructions and simpler example code. (#28303) - Updates to PSPDFKit for Android 6.6.0. (#28926)
- Updates example app dependencies to latest:
path_provider
andcupertino_icons
. (#28926)
2.0.1 - 24 Feb 2021 #
- Updates package description for pub.dev. (#28225)
- Adds pedantic static analysis check and addresses the analysis warnings. (#28225)
2.0.0 - 17 Feb 2021 #
- First pub.dev published version. (#28157)
- Updates the minimum required Flutter SDK version to 1.12.0. (#28157)
1.10.6 - 9 Feb 2021 #
- Adds “Migrating from Version 1.10.3” section in the main README. (pspdfkit-flutter:#83)
- Fixes import in getting started code snippets for iOS and Android. (pspdfkit-flutter:#83)
- Updates the requirements in the iOS README. (pspdfkit-flutter:#83)
1.10.5 - 2 Feb 2021 #
- Fixes the license key in the example project. (pspdfkit-flutter:#82)
1.10.4 - 2 Feb 2021 #
- Updates Gradle version and enable AndroidX for Android plugin and example. (pspdfkit-flutter:#80)
- Updates for PSPDFKit 10.2 for iOS and Xcode 12.4. (pspdfkit-flutter:#81)
- Changes open source license to modified BSD instead of Apache. (pspdfkit-flutter:#79)
- Fixes versioning system to not require a manual update in two places. (pspdfkit-flutter:#80)
1.10.3 - 11 Jan 2021 #
- Updates copyright year to 2021. (pspdfkit-flutter:#75)
1.10.2 - 20 Nov 2020 #
- Updates for PSPDFKit for iOS 10.1 and Xcode 12.2. (pspdfkit-flutter:#74)
1.10.1 - 28 Oct 2020 #
- Updates to PSPDFKit for Android 6.5.3. (pspdfkit-flutter:#71)
1.10.0 - 9 Oct 2020 #
- Updates to PSPDFKit for Android 6.5. (pspdfkit-flutter:#66)
1.9.0 - 3 Mar 2020 #
- Updates to PSPDFKit for Android 6.2. (pspdfkit-flutter:#62)
1.8.0 - 21 Jan 2020 #
- Updates to PSPDFKit for Android 6.1.1. (pspdfkit-flutter:#54)
- Adds Instant JSON document support. (pspdfkit-flutter:#48)
- Fixes example project. (pspdfkit-flutter:#50, #53)
1.7.1 - 26 Nov 2019 #
- Exposes the
pageLayoutMode
andisFirstPageAlwaysSingle
configuration options. (pspdfkit-flutter:#46)
1.7.0 - 8 Oct 2019 #
- Updates to PSPDFKit for Android 6.0. (pspdfkit-flutter:#36)
- Updates to PSPDFKit for iOS 9. (pspdfkit-flutter:#42)
- Adds Forms API. (pspdfkit-flutter:#28)