I just started working as a freelancer, as a flutter developer. I keep getting job offers, where I'm needed to make changes to their already developed app. But I have one issue they code is of an earlier version and the code won't run, what do I do?
CodePudding user response:
You'll want to get https://fvm.app (The Flutter Version Manager), which can install any past version of Flutter, and permit per-project version settings. Once it's set up (a little tricky), it's very easy to use. Far better than constantly clobbering your one installation of Flutter with old and new versions!
CodePudding user response:
Flutter gives you the option to download the version you need
- You can download the version of Flutter you need from this link
- unzip it
- change the existing Flutter path to point to the new one
- run
flutter doctor