You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Please install the following required packages:
59
59
60
60
Operating Environment Requirements:
61
61
62
-
* The iOS 11.0 or higher.
62
+
* The iOS 12.0 or higher.
63
63
* The Xcode 12.0 or newer for Objective-C or Swift.
64
64
65
65
### Integrate into a New Flutter APP
@@ -151,7 +151,7 @@ Alternatively you can update the `AndroidManifest.xml` file to use `FlutterFragm
151
151
dependencies:
152
152
flutter:
153
153
sdk: flutter
154
-
+ compdfkit_flutter: ^2.1.1
154
+
+ compdfkit_flutter: ^2.1.2
155
155
```
156
156
157
157
8. Add the PDF documents you want to display in the project
@@ -197,7 +197,7 @@ cd example
197
197
dependencies:
198
198
flutter:
199
199
sdk: flutter
200
-
+ compdfkit_flutter: ^2.1.1
200
+
+ compdfkit_flutter: ^2.1.2
201
201
```
202
202
203
203
4. Open your project's Podfile in a text editor:
@@ -208,20 +208,20 @@ open ios/Podfile
208
208
209
209
**Note:** If SSL network requests fail to download the `ComPDFKit` library when you run `pod install`, you can see the processing method in [Troubleshooting](#Troubleshooting)).
210
210
211
-
6. Update the platform to iOS 11 and add the ComPDFKit Podspec:
211
+
6. Update the platform to iOS 12 and add the ComPDFKit Podspec:
0 commit comments