Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.39 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.39 KB

PSPDFKit Flutter Example

This is a brief example of how to use the PSPDFKit with Flutter.

Requirements

Running the Example Project

  1. Before trying to run the project, please make sure that you are on the correct versions of all the tools mentioned above.
  2. Clone the repository git clone https://github.com/PSPDFKit/pspdfkit-flutter.git
  3. cd pspdfkit-flutter/example
  4. Run flutter emulators --launch <EMULATOR_ID> to launch the desired emulator. Optionally, you can repeat this step to launch multiple emulators.
  5. 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.