/change_flutter_version

tool that fixes the version bug of the flutter projects you cloned

Primary LanguagePythonMIT LicenseMIT

change flutter version

tool that fixes the version bug of the flutter projects you cloned

usage

  1. download different versions of flutter that the project can run
  2. copy it with a different name where flutter is installed like this
  3. download the latest version from releases
  4. unzip the file
  5. add cfv.exe to environment variables
  6. from the terminal go to the flutter project
  7. run the cfv command
  8. enter the number of the flutter version you want to use
  9. your flutter version will have changed

build

  1. clone repository: git clone https://github.com/emresvd/change_flutter_version.git
  2. download requirements: pip install -r requirements.txt
  3. build project: make