Skip to content

Commit 965a2fb

Browse files
author
PSPDFKit
committed
Release 2.0.0
1 parent 65ef1f0 commit 965a2fb

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## Next Release
1+
## [2.0.0] - 17 Feb 2021
2+
3+
- First pub.dev published version.
4+
- Updates the minimum required Flutter SDK version to 1.12.0.
25

36
## [1.10.6] - 9 Feb 2021
47

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_example
22
description: Demonstrates how to use the pspdfkit plugin.
3-
version: 1.10.6
3+
version: 2.0.0
44
author: PSPDFKit
55
homepage: https://pspdfkit.com/
66
environment:

pubspec.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: pspdfkit_flutter
22
description: PSPDFKit flutter plugin.
3-
version: 1.10.6
4-
author: PSPDFKit
3+
version: 2.0.0
54
homepage: https://pspdfkit.com/
5+
repository: https://github.com/PSPDFKit/pspdfkit-flutter
6+
issue_tracker: https://github.com/PSPDFKit/pspdfkit-flutter/issues
7+
documentation: https://github.com/PSPDFKit/pspdfkit-flutter/blob/master/README.md
68
environment:
79
sdk: '>=2.0.0 <3.0.0'
10+
# Flutter versions prior to 1.12 did not support the
11+
# flutter.plugin.platforms map.
12+
flutter: '>=1.12.0'
813

914
dependencies:
1015
flutter:
@@ -16,5 +21,9 @@ dependencies:
1621
# The following section is specific to Flutter.
1722
flutter:
1823
plugin:
19-
androidPackage: com.pspdfkit.flutter.pspdfkit
20-
pluginClass: PspdfkitPlugin
24+
platforms:
25+
android:
26+
package: com.pspdfkit.flutter.pspdfkit
27+
pluginClass: PspdfkitPlugin
28+
ios:
29+
pluginClass: PspdfkitPlugin

0 commit comments

Comments
 (0)