Skip to content

Commit cfeed0f

Browse files
authored
Update README.md
1 parent d73b9e9 commit cfeed0f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

example/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ This is a brief example of how to use the PSPDFKit with Flutter.
1414
## Running the Example Project
1515

1616
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.
2122

2223

2324
[install-flutter]: https://flutter.dev/docs/get-started/install

0 commit comments

Comments
 (0)