Reputation: 105
what is the difference between installation of flutter via Flutter Zip bundle and Flutter repo on github?
for zip file
For github repo
Which one will be better and what are difference between both?
Upvotes: 3
Views: 91
Reputation: 4341
With git
With Windows:
In my opinion, having flutter sdk with git makes more sense. Using some version manager like fvm (https://fvm.app/) is even more efficient as it handles multiple framework versions as well as update flutter is much easy.
Upvotes: 2