File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.4.0+1
2
+ 1 . Fixed the issue of ` flattenAllPages() ` not working.
1
3
## 2.4.0
2
4
3
5
1 . Added the features support for ComPDFKit PDF SDK for iOS V2.4.0.
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Alternatively you can update the `AndroidManifest.xml` file to use `FlutterFragm
154
154
dependencies:
155
155
flutter:
156
156
sdk: flutter
157
- + compdfkit_flutter: ^2.4.0
157
+ + compdfkit_flutter: ^2.4.0+1
158
158
```
159
159
160
160
8 . Add the PDF documents you want to display in the project
@@ -200,7 +200,7 @@ cd example
200
200
dependencies:
201
201
flutter:
202
202
sdk: flutter
203
- + compdfkit_flutter: ^2.4.0
203
+ + compdfkit_flutter: ^2.4.0+1
204
204
```
205
205
206
206
4 . Open your project's Podfile in a text editor:
Original file line number Diff line number Diff line change 1
1
name : compdfkit_flutter_example
2
2
description : Demonstrates how to use the compdfkit_flutter plugin.
3
- version : 2.4.0
3
+ version : 2.4.0+1
4
4
homepage : https://www.compdf.com
5
5
repository : https://github.com/ComPDFKit/compdfkit-pdf-sdk-flutter
6
6
issue_tracker : https://www.compdf.com/support
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ class CPDFConstants {
118
118
119
119
static let exportWidgets = " export_widgets "
120
120
121
- static let flattenAllPages = " flattenAllPages "
121
+ static let flattenAllPages = " flatten_all_pages "
122
122
123
123
static let importDocument = " import_document "
124
124
Original file line number Diff line number Diff line change 1
1
name : compdfkit_flutter
2
2
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
4
4
homepage : https://www.compdf.com
5
5
repository : https://github.com/ComPDFKit/compdfkit-pdf-sdk-flutter
6
6
issue_tracker : https://www.compdf.com/support
You can’t perform that action at this time.
0 commit comments