Skip to content

Commit 5c8a12a

Browse files
committed
Fixed flattenAllPages() not working.
1 parent 55981c9 commit 5c8a12a

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.4.0+1
2+
1. Fixed the issue of `flattenAllPages()` not working.
13
## 2.4.0
24

35
1. Added the features support for ComPDFKit PDF SDK for iOS V2.4.0.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Alternatively you can update the `AndroidManifest.xml` file to use `FlutterFragm
154154
dependencies:
155155
flutter:
156156
sdk: flutter
157-
+ compdfkit_flutter: ^2.4.0
157+
+ compdfkit_flutter: ^2.4.0+1
158158
```
159159

160160
8. Add the PDF documents you want to display in the project
@@ -200,7 +200,7 @@ cd example
200200
dependencies:
201201
flutter:
202202
sdk: flutter
203-
+ compdfkit_flutter: ^2.4.0
203+
+ compdfkit_flutter: ^2.4.0+1
204204
```
205205

206206
4. Open your project's Podfile in a text editor:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: compdfkit_flutter_example
22
description: Demonstrates how to use the compdfkit_flutter plugin.
3-
version: 2.4.0
3+
version: 2.4.0+1
44
homepage: https://www.compdf.com
55
repository: https://github.com/ComPDFKit/compdfkit-pdf-sdk-flutter
66
issue_tracker: https://www.compdf.com/support

ios/Classes/CPDFConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class CPDFConstants {
118118

119119
static let exportWidgets = "export_widgets"
120120

121-
static let flattenAllPages = "flattenAllPages"
121+
static let flattenAllPages = "flatten_all_pages"
122122

123123
static let importDocument = "import_document"
124124

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: compdfkit_flutter
22
description: ComPDFKit for Flutter is a comprehensive SDK that allows you to quickly add PDF functionality to Android and iOS Flutter applications.
3-
version: 2.4.0
3+
version: 2.4.0+1
44
homepage: https://www.compdf.com
55
repository: https://github.com/ComPDFKit/compdfkit-pdf-sdk-flutter
66
issue_tracker: https://www.compdf.com/support

0 commit comments

Comments
 (0)