
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
M1 맥이며 Os 는 Ventura / version 13.3.1 입니다.
Flutter doctor 실행시 아래와 같이 해결되지 않은 문제가 남이 있는데 어떻게 하면 될까요?

goodtreec@GoodTreeC ~ % flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[!] Flutter (Channel stable, 3.10.0, on macOS 13.3.1 22E772610a darwin-arm64,
locale en-KR)
! Warning: `flutter` on your path resolves to
/Users/GoodTreeC/development/flutter/bin/flutter, which is not inside your
current Flutter SDK checkout at /Users/goodtreec/development/flutter.
Consider adding /Users/goodtreec/development/flutter/bin to the front of
your path.
! Warning: `dart` on your path resolves to
/Users/GoodTreeC/development/flutter/bin/dart, which is not inside your
current Flutter SDK checkout at /Users/goodtreec/development/flutter.
Consider adding /Users/goodtreec/development/flutter/bin to the front of
your path.
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.2)
[✓] VS Code (version 1.78.2)
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 1 category.
goodtreec@GoodTreeC ~ %
