tool that fixes the version bug of the flutter projects you cloned
- download different versions of flutter that the project can run
- copy it with a different name where flutter is installed like this
- download the latest version from releases
- unzip the file
- add cfv.exe to environment variables
- from the terminal go to the flutter project
- run the
cfv
command
- enter the number of the flutter version you want to use
- your flutter version will have changed
- clone repository:
git clone https://github.com/emresvd/change_flutter_version.git
- download requirements:
pip install -r requirements.txt
- build project:
make