[ERROR] Flutter “✗ cmdline-tools component is missing” 아래 그림과 같이 에러가 뜰 경우 Command-line Tools 설치를 통해 문제를 해결할 수 있다. 안드로이드 스튜디오에서 Preference를 실행 > Android SDK를 클릭 > SDK Tools 클릭 > Command-line Tools을 설치한다. Flutter 2022.06.12
[ERROR] Flutter "Webview in flutter not working getting a platform error" 위와 같은 에러가 났을 때, Webview자체의 문제라기보다 chrome 웹 브라우저로 디버깅을 설정했을 때 에러가 날 수 있다. 따라서 이 경우 chrome웹 브라우저로 하지말고 애뮬레이터를 설정하여 디버깅을 해야한다. Flutter 2022.06.10
[ERROR] Flutter “✗ Android Studio not found at /Applications/Contents” flutter doctor -v 실행 시 다음과 같이 “✗ Android Studio not found at /Applications/Contents” 에러가 뜰 경우 아래의 명령을 입력해주면 된다. flutter config --android-studio-dir=/Applications/Android\ Studio.app Flutter 2022.06.08