Flutter
Flutter Error : Could not determine the dependencies of task
문제 : url_laucher를 dependencies에 추가해 준 후, 또 무한로딩 발생 => gradle clean build 실행 => "FAILURE: Build failed with an exception." 발생 => 세부 내용 : * What went wrong: Could not determine the dependencies of task ':url_launcher_android:test'. > Could not create task ':url_launcher_android:testDebugUnitTest'. > this and base files have different roots: 해결 : 터미널에서 > flutter pub cache repair 잘 해결 되었다.