i want to set multiple flutter sdk bcz in my project some packaga es are not supported current latest version of flutter so i decided to donwload flutter lesser verion and set path in my project so for that give e step by step process in detail
Loading...
my flutter ld version path is this so for that give me changes in below file and give me new file @echo off set PATH=%FLUTTER_LATEST%\bin;%PATH% echo Switched to latest Flutter version flutter --version
Loading...
above create file create in which folder?