File tree 5 files changed +10
-7
lines changed
android/src/main/java/io/flutter/embedding/android
5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
## Newest Release
2
2
3
+ ### 3.10.1 - 28 May 2024
4
+ - Fixes issue where ViewUtils.generateViewId() cannot be resolved. (J#HYB-379)
5
+
6
+ ## Previous Releases
7
+
3
8
### 3.10.0 - 03 May 2024
4
9
- Adds APIs to get page information such as size, rotation and label. (J#HYB-195)
5
10
- Adds document load callbacks to ` PspdfkitWidget ` . (J#HYB-195)
8
13
- Updates for PSPDFKit 2024.2.1 for Android.
9
14
- Updates for PSPDFKit 13.4.1 for iOS.
10
15
11
- ## Previous Releases
12
-
13
16
### 3.9.1 - 12 Apr 2024
14
17
- Downgrades to AGP 7.* for backward compatibility (J#HYB-290)
15
18
- Allow null value for ` Pspdfkit.setLicenseKey ` (J#HYB-294)
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public class FlutterAppCompatActivity extends AppCompatActivity
68
68
private static final String TAG_FLUTTER_FRAGMENT = "flutter_fragment" ;
69
69
// TODO(mattcarroll): replace ID with R.id when build system supports R.java
70
70
public static final int FRAGMENT_CONTAINER_ID =
71
- ViewUtils .generateViewId (609893468 ); // random number
71
+ View .generateViewId (); // random number
72
72
73
73
/**
74
74
* Creates an {@link Intent} that launches a {@code FlutterFragmentActivity}, which executes a
Original file line number Diff line number Diff line change 1
1
name : pspdfkit_example
2
2
description : Demonstrates how to use the pspdfkit plugin.
3
- version : 3.10.0
3
+ version : 3.10.1
4
4
homepage : https://pspdfkit.com/
5
5
publish_to : ' none' # Remove this line if you wish to publish to pub.dev
6
6
environment :
Original file line number Diff line number Diff line change 5
5
#
6
6
Pod ::Spec . new do |s |
7
7
s . name = "pspdfkit_flutter"
8
- s . version = "3.10.0 "
8
+ s . version = "3.10.1 "
9
9
s . homepage = "https://PSPDFKit.com"
10
10
s . documentation_url = "https://pspdfkit.com/guides/flutter"
11
11
s . license = { type : "Commercial" , file : "../LICENSE" }
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
22
22
s . dependency ( "Instant" , "13.4.1" )
23
23
s . swift_version = "5.0"
24
24
s . platform = :ios , "15.0"
25
- s . version = "3.10.0 "
25
+ s . version = "3.10.1 "
26
26
s . pod_target_xcconfig = { "DEFINES_MODULE" => "YES" , "SWIFT_INSTALL_OBJC_HEADER" => "NO" }
27
27
end
Original file line number Diff line number Diff line change 1
1
name : pspdfkit_flutter
2
2
description : A Flutter plugin providing a feature-rich PDF viewing and editing experience to your users with the powerful PSPDFKit PDF SDK.
3
- version : 3.10.0
3
+ version : 3.10.1
4
4
homepage : https://pspdfkit.com/
5
5
repository : https://github.com/PSPDFKit/pspdfkit-flutter
6
6
issue_tracker : https://support.pspdfkit.com/hc/en-us/requests/new
You can’t perform that action at this time.
0 commit comments