I am following these instructions to add tensorflow lite to my flutter project. I am directed to add a folder to ~/.pub-cache/hosted/pub.dartlang.org/tflite_flutter-<plugin-version>/ios/
. However, it does not exist.
I noticed in ~/.pub-cache/hosted/
another directory named pub.dev/
. The path tflite_flutter-<plugin-version>/ios/
does exist in here.
What is the difference between these two subdirectories?
Am I safe to assume I can add the folder in ~/.pub-cache/hosted/pub.dev/tflite_flutter-<plugin-version>/ios/
instead?