강의

멘토링

커뮤니티

Inflearn Community Q&A

aihanclub0604's profile image
aihanclub0604

asked

Flutter for Beginners: From Basics to Practice [Full Stack Part 4] (Easy and Solid Step-by-Step with Various Projects)

Flutter and Android Studio Installation (Windows) [Live Lecture]

flutter 의 window 환경변수 path 경로 변경된 것 같아요

Written on

·

261

·

Edited

0

저는 android studio에서 flutter 불러올 때 TO-BE 하고 나서 정상적으로 flutter 프로젝트가 보였습니다.

강사님 참고해주세요.

AS-IS: C:\src\flutter\bin

TO-BE : %USERPROFILE%\dev\flutter\bin

링크: https://docs.flutter.dev/get-started/install/windows/mobile

image.png

flutterfirebasedartfrontendfirestore

Answer 1

1

funcoding님의 프로필 이미지
funcoding
Instructor

안녕하세요. 우선 공유해주셔서 감사합니다.

가이드와 영상에서 이야기드린 바는, C:\src\flutter 폴더에 flutter SDK 압축을 풀어놓았다면, PATH 가 C:\src\flutter\bin 이 된다라는 의미였습니다. 그래서, 가이드 자체에는 아직까지는 이슈는 없어보입니다.

Han 님께서는 flutter SDK 를 %USERPROFILE%\dev\flutter 에 풀어놓았기 때문에, 이 경우는 %USERPROFILE%\dev\flutter\bin 이 맞습니다.

그래도 flutter 설치에 여러 이슈가 있을 수 있으므로, 관련 공유가 매우 큰 참고가 될 것 같습니다.

감사합니다.

 

aihanclub0604's profile image
aihanclub0604

asked

Ask a question