Here API sdk for flutter

33 Views Asked by At

I'm currently working on integrating the HERE API into my Flutter app. I've installed the HERE SDK for Flutter, but I'm encountering an issue where there's no pubspec.yaml file in the SDK directory (C:\Users\NeuerBenutzer\Desktop\Here_Api\Plugins\here_sdk). Typically, Flutter projects rely on pubspec.yaml to manage dependencies, and its absence is hindering the integration process.

Could anyone provide guidance on how to proceed with integrating the HERE SDK into a Flutter project despite the absence of a pubspec.yaml file?

0

There are 0 best solutions below