Skip to content

Commit

Permalink
Updated required SDK and Flutter version numbers in README (heremaps#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Piątkowski <[email protected]>
  • Loading branch information
ppiatkowski-here authored Dec 23, 2022
1 parent d6f3797 commit f189d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The reference application hosted in this repo focuses on how specific features c

The reference application for the HERE SDK for Flutter (_Navigate Edition_) requires the following prerequisites:

- The [HERE SDK for Flutter (_Navigate Edition_), version 4.12.10.0](https://developer.here.com/documentation/flutter-sdk-navigate/4.12.10.0/dev_guide/index.html) is required and needs to be downloaded from the [HERE platform](https://platform.here.com). For now, the _Navigate Edition_ is only available upon request. Please [contact us](https://developer.here.com/help#how-can-we-help-you) to receive access including a set of evaluation credentials.
- If not already done, install the [Flutter SDK](https://flutter.dev/docs/get-started/install). You need at least [version 3.3.2](https://flutter.dev/docs/development/tools/sdk/releases). Newer versions may also work, but are _not guaranteed_ to work.
- The [HERE SDK for Flutter (_Navigate Edition_), version 4.13.0.0](https://developer.here.com/documentation/flutter-sdk-navigate/4.13.0.0/dev_guide/index.html) is required and needs to be downloaded from the [HERE platform](https://platform.here.com). For now, the _Navigate Edition_ is only available upon request. Please [contact us](https://developer.here.com/help#how-can-we-help-you) to receive access including a set of evaluation credentials.
- If not already done, install the [Flutter SDK](https://flutter.dev/docs/get-started/install). You need at least [version 3.3.10](https://flutter.dev/docs/development/tools/sdk/releases). Newer versions may also work, but are _not guaranteed_ to work.
- Make sure to specify `JAVA_HOME` in your `env` variables. The minimum supported JDK version is Java 8.

On top you need an IDE of your choice. This could be a text editor or IDEs such as [Visual Studio Code](https://code.visualstudio.com/) with the [Flutter extension](https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter) or [Android Studio](https://developer.android.com/studio).
Expand Down

0 comments on commit f189d9a

Please sign in to comment.