On this page
Guides
Get Started
It's easy to embed ComPDFKit into Flutter applications with a few lines of code. Let's take a few minutes to get started.
The following sections describe the optimal systems and environments to support, as well as quick integration steps
Requirements
Android
Please install the following required packages:
The Android NDK
Operating Environment Requirements:
- A minSdkVersion of
21
or higher. - A
compileSdkVersion
of34
or higher. - A
targetSdkVersion
of34
or higher. - Android ABI(s): x86, x86_64, armeabi-v7a, arm64-v8a.
iOS
Please install the following required packages:
The latest stable version of CocoaPods. Follow the CocoaPods installation guide to install it.
Operating Environment Requirements:
- The iOS 12.0 or higher.
- The Xcode 12.0 or newer for Objective-C or Swift.