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: example/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,11 @@ This is a brief example of how to use the PSPDFKit with Flutter.
14
14
## Running the Example Project
15
15
16
16
1. Before trying to run the project, please make sure that you are on the correct versions of all the tools mentioned above.
17
-
2. Clone the repository `git clone https://github.com/PSPDFKit/pspdfkit-flutter.git`
18
-
3. cd `pspdfkit-flutter/example`
19
-
4. Run `flutter emulators --launch <EMULATOR_ID>` to launch the desired emulator. Optionally, you can repeat this step to launch multiple emulators.
20
-
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.
17
+
1. Clone the repository `git clone https://github.com/PSPDFKit/pspdfkit-flutter.git`
18
+
1. cd `pspdfkit-flutter/example`
19
+
1. Run `flutter pub get` to download all the dependencies
20
+
1. Run `flutter emulators --launch <EMULATOR_ID>` to launch the desired emulator. Optionally, you can repeat this step to launch multiple emulators.
21
+
1. 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.
0 commit comments