Incorrect path file reference to packages when sharing solution between mac and windows
Don't copy .packages
over from one machine to another. (It should be in .gitignore
if using git.)
Instead, run flutter packages get
on the mac, and it will recreate .packages
.
(Don't copy .flutter-plugins
either.)
Just remove .packages
file. It will do the trick. Or you can clear the .packages
file.