A Flutter plugin that provides a Here Maps widget.
git clone https://github.com/etzuk/flutter_here_maps.git
cd flutter_here_maps
flutter pub get
To be able to show the HERE maps you must have appId, appCode and licenseKey that could be generated by register HERE developer site.
- Set your keys at example/ios/Runner/AppDelegate.swift by replacing appId, appCode and licenseKey
- Add to embedded_views_preview info.plist:
<key>io.flutter.embedded_views_preview</key>
<string>YES</string>
- copy HERE-sdk.aar to example/android/HERE-sdk/
- Add your keys to manifest and service as described at HereMaps guide
- Change the intent-filter in HereMaps Service to app package name.