This is a brief example of how to use the PSPDFKit with Flutter.
- The latest stable version of Flutter
- The latest stable version of Android Studio
- The Android NDK
- An Android Virtual Device or a hardware device
- The latest stable version of Xcode
- The latest stable version of CocoaPods
- Before trying to run the project, please make sure that you are on the correct versions of all the tools mentioned above.
- Clone the repository
git clone https://github.com/PSPDFKit/pspdfkit-flutter.git
- cd
pspdfkit-flutter/example
- Run
flutter emulators --launch <EMULATOR_ID>
to launch the desired emulator. Optionally, you can repeat this step to launch multiple emulators. - The app is ready to start! Run
flutter run -d all
and the PSPDFKit Flutter example will be deployed on all your devices connected, both iOS and Android.