Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

emresvd/change_flutter_version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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