Error Logs
* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
플러터 작업 중, 새로운 패키지 추가 뒤로 실행이 안된다. 그런데 저렇게 떡하니 --stacktrace등 옵션을 사용하라고 명시되어있는데, 아무리 봐도 flutter에는 이러한 옵션이 없었다. 확인 해 보니 플러터가 아닌 그레이들에서 사용하는 옵션이다. ./gradlew assembleDebug --stacktrace