Currently i was trying on flutter web for which i needed to work on flutter master channel. But, then i needed to work on my other projects. On them i am working on flutter stable channel.
But, every time i switch my flutter channel using the command "flutter channel stable" or "flutter channel master", It keeps re-downloading sdk and other tools every time.
Currently, i have downloaded stable flutter sdk and stable dart sdk.
I have moved them in a "FlutterSDK" folder with two other folders "stable" & "master" in it. Both folders contains the stable flutter & dart sdk.
But, it keeps re-downloading the resources. What am i doing wrong ?
Can anyone help with this?
Thanks.
Solution for Linux(possibly MacOS)
Done. If you need a stable version, then use flutter (flutter pub get), if for the web, then flutter-web (flutter-web pub get)
Ps if you already have a stable version, then: