Project that shows how to show or hide POI's in MapView using HERE SDK for Flutter (Navigate Edition) v4.x.x
-
Set your HERE SDK credentials to
android/app/src/main/AndroidManifest.xml
ios/Runner/Info.plist
-
Unzip the HERE SDK plugin to the plugins folder inside this project. Name the folder 'here_sdk' :
plugins/here_sdk
. -
Run a
flutter pub get
in the 'pubspec.yaml' file in the project's root directory -
Run a
pod install
in theios
directory -
Start an emulator or simulator and execute
flutter run
from the app's directory - or run the app from within your IDE.
More information can be found in the Get Started section of the Developer's Guide.