참고 자료
https://fvm.app/docs/getting_started/configuration
https://frozenrainyoo.tistory.com/14
- FVM 설치
$ dart pub global activate fvm
- 환경변수 설정
fvm.bat와 pub.bat이 있는 경로를 path 환경변수에 추가해줍니다.
ex) C:/Users/leesangwoo/AppData/Local/Pub/Cache/bin
ex) C:\flutter\bin\cache\dart-sdk\bin
- 사용
- fvm 조작법 보기
fvm help
- 안드로이드 스튜디오 sdk 경로 설정
- File -> Settings -> Languages & Frameworks -> Flutter -> Flutter SDK프로젝트 루트에 생성된 .fvm/flutter_sdk의 경로를 설정한다.