How LINK Transport Powers Just-In-Time Logistics with HERE WeGo Pro
Mohini Todkari — 11 June 2025
4 min read
06 February 2024
One of my 2024 resolutions is to learn new technologies. Among these, I looked into Flutter and began utilizing the HERE SDK for Flutter. I'm eager to share my experiences, so let's dive into the process with these 5 straightforward steps to kickstart your journey with the HERE SDK for Flutter.
The installation process may vary depending on your existing setup. Personally, with Xcode, CocoaPods, and Visual Studio Code already installed for another project, I opted to install Flutter SDK within Visual Studio Code. For a complete guide on how to install Flutter, follow this documentation.
You can verify the installation of all components by running the command:
$ flutter doctor
For my macOS setup targeting iOS development, here are the results:
[✓] Flutter (Channel stable, 3.16.8, on macOS 13.6.3 22G436 darwin-x64, locale en-US)[✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, please use `flutter config --android-sdk` to update to that location.[✓] Xcode - develop for iOS and macOS (Xcode 15.2)[✓] Chrome - develop for the web[!] Android Studio (not installed)[✓] VS Code (version 1.85.2)[✓] Connected device (3 available) [✓] Network resources! Doctor found issues in 2 categories.
Sign in or create an account on HERE platform. For the purpose of this blog, you only need to get the Base Plan which includes the Explore Edition of the HERE SDK for Flutter.
Register an app and get your app credentials (Access key ID and Access key secret). To learn more about authentication on HERE platform, read this blog.
Download the HERE SDK Explore Edition for Flutter from this page.
Jumpstarting your development is easy by leveraging one of the available examples bundled with the SDK package or accessible on GitHub. For this walkthrough, I'm opting for the Hello Map App example.
Within the HERE SDK for Flutter package, you'll find a TAR file housing the plugin. Extract and rename the folder to 'here_sdk', then place it in the plugins directory within your example app's folder structure.
In the Hello Map App example, update the credentials (Access key ID and Access key secret) in the main.dart file.
With everything set up, it's time to build and run the app. Connect to an iOS simulator and initiate the app either from Visual Studio Code or by executing flutter run from the app's directory.
Embarking on this journey with the HERE SDK for Flutter has been remarkably straightforward. Follow this comprehensive guide to kickstart your own exploration. Should you have any queries along the way, feel free to join us in our Slack workspace!
Erwin Soekianto
Developer Evangelist
Share article
Why sign up:
Latest offers and discounts
Tailored content delivered weekly
Exclusive events
One click to unsubscribe