After I updated flutter (using "flutter update") I start getting an error
Flutter requires PowerShell 5.0 or newer
And on my Windows 8, I am not able to install PowerShell 5.0. It is throwing an error
The update is not applicable
Now I just want to revert back to older version of flutter (which was working on my system). But I am not able to figure out which flutter version that was working on my PC before upgrade, and which version it became after upgrading. Because for all command line params, flutter is just giving above mentioned PowerShell version error and is quitting.
Flutter is stuck after upgrade. Any solution?
Ok I found that in this script
bin\internal\update_dart_sdk.ps1there is variable$psMajorVersionRequired = 5I just made it's value 3 and flutter seems working so far. Now "flutter doctor" shows me version 1.22.5 (and as I can see it here it is latest as of now)