I currently have an old Mac and a Windows desktop. I prefer to develop and write code on my Windows machine because it’s much faster than my 8GB RAM Mac.
My current setup is to share the project folder over my local network. I access it from my Mac to run the project.
The problem is that they overwrite each other when I run pub get or build. Is there a way I can develop on Windows and use hot reload/hot restart on the Mac?
Using Git is one option, but it feels like overkill if I have to commit a small change just to hot reload.
2
Answers
Thanks to @Brad suggestions, I set up rsync on windows and ssh in my mac. Step by step instructions below:
Why dont you just execute hot reload, hot restart or even build your projects in windows if your windows have better specifications?
Also, what do you mean by
overwrite
each other, maybe you can explain more?