Reputation: 3
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.
Upvotes: 0
Views: 284
Reputation: 3551
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).
Upvotes: 1