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.
13## 2.4.0  
24
351 .  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
154154 dependencies:
155155   flutter:
156156     sdk: flutter
157- +   compdfkit_flutter: ^2.4.0
157+ +   compdfkit_flutter: ^2.4.0+1 
158158``` 
159159
1601608 .  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
2062064 .  Open your project's Podfile in a text editor:
Original file line number Diff line number Diff line change 11name : compdfkit_flutter_example 
22description : Demonstrates how to use the compdfkit_flutter plugin. 
3- version : 2.4.0 
3+ version : 2.4.0+1  
44homepage : https://www.compdf.com 
55repository : https://github.com/ComPDFKit/compdfkit-pdf-sdk-flutter 
66issue_tracker : https://www.compdf.com/support 
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : compdfkit_flutter 
22description : 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  
44homepage : https://www.compdf.com 
55repository : https://github.com/ComPDFKit/compdfkit-pdf-sdk-flutter 
66issue_tracker : https://www.compdf.com/support 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments