So I've been trying to use the HERE sdk for flutter, but whenever I add the unzipped file to the plugins folder and add it to the pubsec.yaml it gives me this error: error
Here is my project directory for the plugins folder: directory
I feel like I'm doing something really dumb, but I would appreciate any help.
Looks like the folder structure is not as expected. If you follow the quick start guide, you need to identify the plugin folder:
plugins
folder inside the example app's directory.So, you need to unzip the package and then again inside the package you need to unzip the TAR (containing the plugin).